Removed redefinition of unused 'command'

This commit is contained in:
yuvalg99 2024-03-06 21:43:19 +02:00
parent b0e8ab51ef
commit 5bb23a7c09

View File

@ -205,7 +205,6 @@ class BaseCLIResponse:
devnull: str = None
json: dict = None
exit_status: ExitStatus = None
command: str = None
args: List[str] = []
complete_args: List[str] = []