Module stakkr.command

A command wrapper to get a live output displayed. Useful when you need to write a plugin that outputs some progress or info.

stakkr.command.launch_cmd_displays_output(cmd: list, print_msg: bool = True, print_err: bool = True, err_to_out: bool = False)[source]

Launch a command and displays conditionnaly messages and / or errors

stakkr.command.verbose(display: bool, message: str)[source]

Display a message if verbose is On