« Previous | Next » 

Revision e3c2c890

IDe3c2c890b117e4575814f7581f561d1205f7dde5

Added by Stavros Sachtouris almost 11 years ago

Allow runtime args when invoking interactive shell

Refs: #3716

Behavior After This:
kamaki -XXX -YY ... parses -XXX -YY
If not recognized: syntax error
If recognized, group them into shell args (e.g. -h) and command args (e.g. -d)
Whenever a command is run in this shell instance, apply the command args

Practically, users may pass the -d or -v args to the shell and enjoy streaming
debug or verbosity logs, without having to pass -d or -v args on each command

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences