skycoin / skywire

Skywire Node implementation
73 stars 45 forks source link

Fix setup-node help menu in skywire-deployment subcommands #1751

Closed 0pcom closed 4 months ago

0pcom commented 4 months ago

The help menu for setup-node in the merged binary format was lacking any flags. This was solved by adding it as a subcommand of the top level. In the future, more time can be spent properly addressing said issue so that setup-node does not need to be a top-level subcommand.

Other minor changes were made to standardize the help menu implementation in the command wrappers in cmd for all the different commands.