init
P = ParamSpec('P')
module-attribute
T = TypeVar('T')
module-attribute
OnlyWithCommand
all_cmds = [cmd[0] if isinstance(cmd, list) else cmd for cmd in commands]
instance-attribute
cmd = command if isinstance(command, list) else [command]
instance-attribute
cmd_path = which(self.cmd[0])
instance-attribute