Term-CLI 0.055001
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.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/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
- pkg/fedora/perl-Term-CLI.spec
- t/000-compile.t
- t/015-Term-CLI-Element.t
- t/020-Term-CLI-Argument.t
- t/023-Term-CLI-Argument-String.t
- t/025-Term-CLI-Argument-Enum.t
- t/026-Term-CLI-Argument-Enum-Dynamic.t
- t/027-Term-CLI-Argument-Bool.t
- t/028-Term-CLI-Argument-Enum-Cache.t
- t/030-Term-CLI-Argument-Filename.t
- t/035-Term-CLI-Argument-Number.t
- t/040-Term-CLI-Argument-Number-Int.t
- t/045-Term-CLI-Argument-Number-Float.t
- t/050-Term-CLI-Command.t
- t/055-Term-CLI.t
- t/056-Term-CLI-CodeRef.t
- t/060-Term-CLI-ReadLine.t
- t/065-Term-CLI-Command-Help.t
- t/070-Term-CLI-Role-HelpText.t
- t/075-Term-CLI-History.t
- t/080-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