163 lines
3.0 KiB
Markdown
163 lines
3.0 KiB
Markdown
# module cli
|
|
|
|
|
|
## Contents
|
|
- [print_help_for_command](#print_help_for_command)
|
|
- [print_manpage_for_command](#print_manpage_for_command)
|
|
- [FnCommandCallback](#FnCommandCallback)
|
|
- [str](#str)
|
|
- [[]Flag](#[]Flag)
|
|
- [get_all_found](#get_all_found)
|
|
- [get_bool](#get_bool)
|
|
- [get_int](#get_int)
|
|
- [get_ints](#get_ints)
|
|
- [get_float](#get_float)
|
|
- [get_floats](#get_floats)
|
|
- [get_string](#get_string)
|
|
- [get_strings](#get_strings)
|
|
- [FlagType](#FlagType)
|
|
- [Command](#Command)
|
|
- [add_command](#add_command)
|
|
- [add_commands](#add_commands)
|
|
- [add_flag](#add_flag)
|
|
- [add_flags](#add_flags)
|
|
- [execute_help](#execute_help)
|
|
- [execute_man](#execute_man)
|
|
- [full_name](#full_name)
|
|
- [help_message](#help_message)
|
|
- [is_root](#is_root)
|
|
- [manpage](#manpage)
|
|
- [parse](#parse)
|
|
- [root](#root)
|
|
- [setup](#setup)
|
|
- [str](#str)
|
|
- [version](#version)
|
|
- [CommandFlag](#CommandFlag)
|
|
- [Flag](#Flag)
|
|
- [get_bool](#get_bool)
|
|
- [get_int](#get_int)
|
|
- [get_ints](#get_ints)
|
|
- [get_float](#get_float)
|
|
- [get_floats](#get_floats)
|
|
- [get_string](#get_string)
|
|
- [get_strings](#get_strings)
|
|
- [parse](#parse)
|
|
|
|
## print_help_for_command
|
|
[[Return to contents]](#Contents)
|
|
|
|
## print_manpage_for_command
|
|
[[Return to contents]](#Contents)
|
|
|
|
## FnCommandCallback
|
|
## str
|
|
[[Return to contents]](#Contents)
|
|
|
|
## []Flag
|
|
## get_all_found
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_bool
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_int
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_ints
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_float
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_floats
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_string
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_strings
|
|
[[Return to contents]](#Contents)
|
|
|
|
## FlagType
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Command
|
|
[[Return to contents]](#Contents)
|
|
|
|
## add_command
|
|
[[Return to contents]](#Contents)
|
|
|
|
## add_commands
|
|
[[Return to contents]](#Contents)
|
|
|
|
## add_flag
|
|
[[Return to contents]](#Contents)
|
|
|
|
## add_flags
|
|
[[Return to contents]](#Contents)
|
|
|
|
## execute_help
|
|
[[Return to contents]](#Contents)
|
|
|
|
## execute_man
|
|
[[Return to contents]](#Contents)
|
|
|
|
## full_name
|
|
[[Return to contents]](#Contents)
|
|
|
|
## help_message
|
|
[[Return to contents]](#Contents)
|
|
|
|
## is_root
|
|
[[Return to contents]](#Contents)
|
|
|
|
## manpage
|
|
[[Return to contents]](#Contents)
|
|
|
|
## parse
|
|
[[Return to contents]](#Contents)
|
|
|
|
## root
|
|
[[Return to contents]](#Contents)
|
|
|
|
## setup
|
|
[[Return to contents]](#Contents)
|
|
|
|
## str
|
|
[[Return to contents]](#Contents)
|
|
|
|
## version
|
|
[[Return to contents]](#Contents)
|
|
|
|
## CommandFlag
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Flag
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_bool
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_int
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_ints
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_float
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_floats
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_string
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_strings
|
|
[[Return to contents]](#Contents)
|
|
|
|
## parse
|
|
[[Return to contents]](#Contents)
|
|
|
|
#### Powered by vdoc. Generated on: 7 Feb 2025 12:06:55
|