'usage' now alias for 'help' core_developer_branch
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Wed, 19 Nov 2025 05:43:48 +0000 (05:43 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Wed, 19 Nov 2025 05:43:48 +0000 (05:43 +0000)
executable/Z

index e9e0c7a..b339534 100755 (executable)
@@ -100,7 +100,7 @@ def CLI(argv=None) -> int:
   # Quick handlers
   if argv[0] == "version":
     print(VERSION); return 0
-  if argv[0] in ("help","-h","--help"):
+  if argv[0] in ("help","usage","-h","--help"):
     print(USAGE); return 0
 
   # Parse options in any order