mirror of
https://github.com/ihabunek/toot.git
synced 2025-02-02 15:07:51 -05:00
Support --help as the only command-line argument
This commit is contained in:
parent
4f9391f015
commit
b8f49ef212
@ -673,7 +673,7 @@ def main():
|
||||
command_name = sys.argv[1] if len(sys.argv) > 1 else None
|
||||
args = sys.argv[2:]
|
||||
|
||||
if not command_name:
|
||||
if not command_name or command_name == "--help":
|
||||
return print_usage()
|
||||
|
||||
user, app = config.get_active_user_app()
|
||||
|
Loading…
x
Reference in New Issue
Block a user