Skip to content
  • Stavros Sachtouris's avatar
    Allow runtime args when invoking interactive shell · e3c2c890
    Stavros Sachtouris authored
    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
    e3c2c890