Use --cmd as short form

This commit is contained in:
Paul Gauthier 2023-06-23 11:02:19 -07:00
parent a77e4419cc
commit eceef49947

View file

@ -208,7 +208,7 @@ def main(args=None, input=None, output=None):
) )
parser.add_argument( parser.add_argument(
"--command", "--command",
"-c", "--cmd",
metavar="COMMAND", metavar="COMMAND",
help="Specify the command to pass to coder.run()", help="Specify the command to pass to coder.run()",
) )