App-Spec-p5 icon indicating copy to clipboard operation
App-Spec-p5 copied to clipboard

Implement global parameters

Open perlpunk opened this issue 8 years ago • 0 comments

Right now only parameters for apps with subcommands are possible, and for nested subcommands only for the last subcommand.

Todo:

myapp param [options]
myapp param0 cmd1 param1 cmd2 param2 [options]
  • [ ] Implement in App::Spec::Run
  • [ ] Pod
  • [ ] Usage
  • [ ] zsh completion
  • [ ] bash completion

perlpunk avatar Mar 28 '16 21:03 perlpunk