ForwardCommand constructor

ForwardCommand()

Implementation

ForwardCommand() {
  // recreate the _argParser and change it to allowAnything
  // All args will be handled in the calling script
  _argParser = ArgParser.allowAnything();
}