Closed Sh1Fu closed 2 years ago
In branch feature/crontab_task try to use argparse lib instead of self.commands dictionary
class CMDInput(Main): def __init__(self) -> None: self.commands = { "-u": [0, ""], "-p": [0, ""], "-m": [0, ""] } # ...
In branch feature/crontab_task try to use argparse lib instead of self.commands dictionary