Changes for version 0.004 - 2016-10-31
- Lots of refactoring
- More documentation
- Update schema
- Integer validation fix
- Feture: allow 'mapping' options and parameters (Like Getopt::Long supports via '%')
- Feature: add DSL for defining options
Documentation
How to write an app with App::Spec::Run
Modules
Specification for commandline apps
App::Spec objects representing command line options or parameters
Shell Completion generator
Shell Completion generator for bash
Shell Completion generator for zsh
App::Spec objects representing command line option specs
App::Spec objects representing command line parameters
App::Spec framework to run your app
Provides
in lib/App/Spec/Pod.pm
in lib/App/Spec/Run/Cmd.pm
in lib/App/Spec/Run/Output.pm
in lib/App/Spec/Run/Response.pm
in lib/App/Spec/Run/Validator.pm
in lib/App/Spec/Subcommand.pm
Examples
- examples/bash/myapp.bash
- examples/bash/pcorelist.bash
- examples/bash/subrepo.bash
- examples/bin/myapp
- examples/bin/mysimpleapp
- examples/bin/pcorelist
- examples/bin/subrepo
- examples/html/myapp.html
- examples/html/mysimpleapp.html
- examples/html/pcorelist.html
- examples/html/subrepo.html
- examples/myapp-spec.yaml
- examples/mysimpleapp-spec.yaml
- examples/pcorelist-spec.yaml
- examples/pod/myapp.pod
- examples/pod/mysimpleapp.pod
- examples/pod/pcorelist.pod
- examples/pod/subrepo.pod
- examples/subrepo-spec.yaml
- examples/zsh/_myapp
- examples/zsh/_pcorelist
- examples/zsh/_subrepo