@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.
@@ -277,10 +277,10 @@ const commonArgs = {
277
277
  ...debugArgs
278
278
  };
279
279
  const commonServerArgs = {
280
- host: flag({
281
- type: optional(boolean),
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),