-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Shell
Common options such as --port, --host, --username, --password, should be moved before the command, not after:
For instance:
sh nxclient.sh ls --host localhost
Should become:
sh nxclient.sh --host localhost ls