@net-protocol/cli 0.1.26 → 0.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.mjs
CHANGED
|
@@ -3590,7 +3590,7 @@ function registerProfileCommand(program2) {
|
|
|
3590
3590
|
json: options.json
|
|
3591
3591
|
});
|
|
3592
3592
|
});
|
|
3593
|
-
const setCSSCommand = new Command("set-css").description("Set your profile custom CSS theme").option("--file <path>", "Path to CSS file").option("--content <css>", "CSS content (inline)").option("--theme <name>", "Use a built-in demo theme (
|
|
3593
|
+
const setCSSCommand = new Command("set-css").description("Set your profile custom CSS theme").option("--file <path>", "Path to CSS file").option("--content <css>", "CSS content (inline)").option("--theme <name>", "Use a built-in demo theme (run css-prompt --list-themes to see available)").option(
|
|
3594
3594
|
"--private-key <key>",
|
|
3595
3595
|
"Private key (0x-prefixed hex, 66 characters). Can also be set via NET_PRIVATE_KEY env var"
|
|
3596
3596
|
).option(
|