agit: Add -a flag alias for --auto

This commit is contained in:
a-kenji
2025-06-17 12:45:37 +02:00
parent 4575251b7f
commit 02f362df92

View File

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