better_launch.utils.click moduleο
- class better_launch.utils.click.DeclaredArg(name: str, ptype: Type, default: Any = <object object at 0x79d641c69410>, description: str = None)ο
Bases:
object- default: Any = <object object>ο
- description: str = Noneο
- name: strο
- ptype: Typeο
- class better_launch.utils.click.Overrides(ui: bool = False, colormode: better_launch.utils.better_logging.Colormode = <Colormode.DEFAULT: 1>, screen_log_format: str = None, file_log_format: str = None)ο
Bases:
object- colormode = 1ο
- file_log_format: str = Noneο
- screen_log_format: str = Noneο
- ui: bool = Falseο
- better_launch.utils.click.get_click_launch_command(cmd_name: str, launch_func: Callable, options: Iterable[click.Option], cmd_help: str = None, *, allow_kwargs: bool = False) click.Commandο
- better_launch.utils.click.get_click_options(declared_args: Iterable[DeclaredArg]) list[click.Option]ο