agit: Add -a flag alias for --auto

This commit is contained in:
a-kenji
2025-06-17 12:45:37 +02:00
parent 080951aafb
commit def1a6a20c

View File

@@ -266,6 +266,7 @@ Examples:
)
create_parser.add_argument(
"-a",
"--auto",
action="store_true",
help="Skip editor and use commit message automatically",