You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command-line help for Cell and SSj has always been intentionally high-level and barebones, intended to get users started quickly and give a bird’s-eye view of what the tools are capable of. If you need more details, the man page is there—but there’s something to be said for being able to get help on-demand, without leaving the command line.
The proposal here is to be able to type on the command line something like cell help build or ssj help host to get more details about a given mode, as well as which specific options are valid for that mode.
The text was updated successfully, but these errors were encountered:
The command-line help for Cell and SSj has always been intentionally high-level and barebones, intended to get users started quickly and give a bird’s-eye view of what the tools are capable of. If you need more details, the man page is there—but there’s something to be said for being able to get help on-demand, without leaving the command line.
The proposal here is to be able to type on the command line something like
cell help build
orssj help host
to get more details about a given mode, as well as which specific options are valid for that mode.The text was updated successfully, but these errors were encountered: