App-Spec-p5
App-Spec-p5 copied to clipboard
Implement global parameters
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