perlpunk / App-Spec-p5

Writing command line apps made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement global parameters

perlpunk opened this issue · 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