Term-CLI 0.060000 Latest
Files
- CONTRIBUTING.md
- Changes
- Contributors
- INSTALL
- LICENSE
- MANIFEST
- MANIFEST.SKIP
- META.json
- META.yml
- Makefile.PL
- README.md
- benchmarks/grep_vs_search.pl
- benchmarks/substr_vs_rindex.pl
- benchmarks/wordlist-en.txt
- cpanfile
- examples/big_enum.pl
- examples/cli_context.pl
- examples/context_sensitive_completion/README.md
- examples/context_sensitive_completion/cli_demo.pl
- examples/context_sensitive_completion/data/README.md
- examples/context_sensitive_completion/data/continents.json
- examples/context_sensitive_completion/data/countries.json
- examples/context_sensitive_completion/data/data.json
- examples/context_sensitive_completion/data/munge_country_data.pl
- examples/dynamic_commands.pl
- examples/getopt_test.pl
- examples/readline_cli.pl
- examples/readline_completion_demo.pl
- examples/simple_cli.pl
- examples/state_demo.pl
- examples/term_cli.pl
- examples/term_cli_demo.pl
- examples/wordlist-en.txt
- lib/Term/CLI.md
- lib/Term/CLI.pm
- lib/Term/CLI/Argument.pm
- lib/Term/CLI/Argument/Bool.pm
- lib/Term/CLI/Argument/Enum.pm
- lib/Term/CLI/Argument/Filename.pm
- lib/Term/CLI/Argument/Number.pm
- lib/Term/CLI/Argument/Number/Float.pm
- lib/Term/CLI/Argument/Number/Int.pm
- lib/Term/CLI/Argument/String.pm
- lib/Term/CLI/Argument/Tree.pm
- lib/Term/CLI/Argument/TypeTiny.pm
- lib/Term/CLI/Base.pm
- lib/Term/CLI/Command.pm
- lib/Term/CLI/Command/Help.pm
- lib/Term/CLI/Element.pm
- lib/Term/CLI/Intro.pod
- lib/Term/CLI/L10N.pm
- lib/Term/CLI/L10N/en.pm
- lib/Term/CLI/L10N/nl.pm
- lib/Term/CLI/ReadLine.pm
- lib/Term/CLI/Role/ArgumentSet.pm
- lib/Term/CLI/Role/CommandSet.pm
- lib/Term/CLI/Role/HelpText.pm
- lib/Term/CLI/Role/State.pm
- lib/Term/CLI/Tutorial.pod
- lib/Term/CLI/Util.pm
- lib/Term/CLI2.md
- pkg/build_debian.sh
- pkg/build_fedora.sh
- pkg/debian/changelog
- pkg/debian/compat
- pkg/debian/control
- pkg/debian/copyright
- pkg/debian/libterm-cli-perl.docs
- pkg/debian/libterm-cli-perl.examples
- pkg/debian/rules
- pkg/debian/source/format
- pkg/debian/upstream/metadata
- pkg/debian/watch
- pkg/fedora/perl-Term-CLI.spec
- t/0000-compile.t
- t/0100-Term-CLI-Util.t
- t/0150-Term-CLI-Element.t
- t/0200-Term-CLI-Argument.t
- t/0230-Term-CLI-Argument-String.t
- t/0250-Term-CLI-Argument-Enum.t
- t/0260-Term-CLI-Argument-Enum-Dynamic.t
- t/0270-Term-CLI-Argument-Bool.t
- t/0280-Term-CLI-Argument-Enum-Cache.t
- t/0300-Term-CLI-Argument-Filename.t
- t/0350-Term-CLI-Argument-Number.t
- t/0400-Term-CLI-Argument-Number-Int.t
- t/0450-Term-CLI-Argument-Number-Float.t
- t/0460-Term-CLI-Argument-Tree.t
- t/0461-Term-CLI-Argument-Tree-Cache.t
- t/0470-Term-CLI-Argument-TypeTiny.t
- t/0500-Term-CLI-Command.t
- t/0550-Term-CLI.t
- t/0560-Term-CLI-CodeRef.t
- t/0600-Term-CLI-ReadLine.t
- t/0650-Term-CLI-Command-Help.t
- t/0700-Term-CLI-Role-HelpText.t
- t/0750-Term-CLI-History.t
- t/0800-Term-CLI-L10N-nl.t
- t/author-pod-coverage.t
- t/author-pod-syntax.t
- t/scripts/pager.pl
- tutorial/example_01_basic_repl.pl
- tutorial/example_02_ignore_blank.pl
- tutorial/example_03_setting_prompt.pl
- tutorial/example_04_exit_command.pl
- tutorial/example_05_add_help.pl
- tutorial/example_06_add_help_text.pl
- tutorial/example_07_echo_command.pl
- tutorial/example_08_make_command.pl
- tutorial/example_09_ls_command.pl
- tutorial/example_10_cp_command.pl
- tutorial/example_11_sleep_command.pl
- tutorial/example_12_show_command.pl
- tutorial/example_13_set_command.pl
- tutorial/example_14_sub_cmd_and_args.pl
- tutorial/example_15_debug_command.pl
- tutorial/example_16_options.pl
- tutorial/example_17_suspend.pl
- tutorial/example_18_dynamic_enum.pl