Zing::Cli - Command-line Interface
Command-line Process Management
use Zing::Cli; my $cli = Zing::Cli->new; # $cli->handle('main');
This package provides a command-line interface for managing Zing applications. See the zing documentation for interface arguments and options.
This package inherits behaviors from:
Data::Object::Cli
This package uses type constraints from:
Zing::Types
This package implements the following methods:
main() : Any
The main method executes the command-line interface and displays help text or launches applications.
# given: synopsis # e.g. # zing start once -I t/lib -a t/app # pass $cli->handle('main');
# given: synopsis # e.g. # zing start unce -I t/lib -a t/app # fail (not exist) $cli->handle('main');
Al Newkirk, awncorp@cpan.org
awncorp@cpan.org
Copyright (C) 2011-2019, Al Newkirk, et al.
This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file".
Wiki
Project
Initiatives
Milestones
Contributing
Issues
To install Zing, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Zing
CPAN shell
perl -MCPAN -e shell install Zing
For more information on module installation, please visit the detailed CPAN module installation guide.