quickie.tasks.Command ===================== .. currentmodule:: quickie.tasks .. autoclass:: Command .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Command.__init__ ~Command.add_args ~Command.condition_passes ~Command.full_run ~Command.get_after ~Command.get_before ~Command.get_binary ~Command.get_cleanup ~Command.get_cmd ~Command.get_cmd_args ~Command.get_env ~Command.get_help ~Command.get_parser ~Command.get_short_help ~Command.get_wd ~Command.log_task_execution ~Command.log_task_execution_details ~Command.parse_and_run ~Command.parse_args ~Command.run ~Command.run_after ~Command.run_before ~Command.run_cleanup ~Command.split_cmd_args .. rubric:: Attributes .. autosummary:: ~Command.after ~Command.args ~Command.before ~Command.binary ~Command.cleanup ~Command.cmd_args ~Command.condition ~Command.env ~Command.extra_args ~Command.parser ~Command.wd