Обновить executor/__main__.py
All checks were successful
Test Actions / Builder (push) Successful in 11s
All checks were successful
Test Actions / Builder (push) Successful in 11s
This commit is contained in:
@@ -41,10 +41,9 @@ def main():
|
|||||||
)
|
)
|
||||||
|
|
||||||
group_execute = subparsers.add_parser('execute')
|
group_execute = subparsers.add_parser('execute')
|
||||||
# group_execute.add_argument(
|
group_execute.add_argument(
|
||||||
# '--order',
|
'--token'
|
||||||
# default='common'
|
)
|
||||||
# )
|
|
||||||
group_execute.set_defaults(func=handle_execute)
|
group_execute.set_defaults(func=handle_execute)
|
||||||
|
|
||||||
group_git = subparsers.add_parser('git')
|
group_git = subparsers.add_parser('git')
|
||||||
|
|||||||
Reference in New Issue
Block a user