Explorar o código

Add -c for --config shortcut.

Steve Thielemann %!s(int64=5) %!d(string=hai) anos
pai
achega
ef806999ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      twgs-proxy.py

+ 1 - 1
twgs-proxy.py

@@ -17,7 +17,7 @@ import argparse
 
 parser = argparse.ArgumentParser(description="TradeWars Proxy")
 parser.add_argument(
-    "--config", type=str, help="Configuration file to load", default="config.yaml"
+    "--config", "-c", type=str, help="Configuration file to load", default="config.yaml"
 )
 parser.add_argument("--debug", action="store_true")
 args = parser.parse_args()