@powerhousedao/shared 6.0.0-dev.225 → 6.0.0-dev.227
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/clis/index.d.mts +25 -25
- package/dist/clis/index.d.mts.map +1 -1
- package/dist/clis/index.mjs +3 -3
- package/dist/clis/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/clis/index.mjs
CHANGED
|
@@ -277,10 +277,10 @@ const commonArgs = {
|
|
|
277
277
|
...debugArgs
|
|
278
278
|
};
|
|
279
279
|
const commonServerArgs = {
|
|
280
|
-
host:
|
|
281
|
-
type: optional(
|
|
280
|
+
host: option({
|
|
281
|
+
type: optional(string),
|
|
282
282
|
long: "host",
|
|
283
|
-
description: "Expose the server to the network"
|
|
283
|
+
description: "Expose the server to the network. Pass an IP (e.g. 0.0.0.0) to bind to a specific address."
|
|
284
284
|
}),
|
|
285
285
|
open: flag({
|
|
286
286
|
type: optional(boolean),
|