Merge pull request 'agit: Add -a flag alias for --auto' (#3992) from kenji/agit: Add -a flag alias for --auto into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3992
This commit is contained in:
kenji
2025-06-17 11:44:04 +00:00

View File

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