-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exp save
: use -m for --message short option
#10005
Conversation
exp save
: use -m for --message short option
Codecov ReportAll modified lines are covered by tests β
π’ Thoughts on this report? Let us know!. |
@@ -49,7 +49,7 @@ def add_parser(experiments_subparsers, parent_parser): | |||
), | |||
) | |||
exec_run_parser.add_argument( | |||
"-M", | |||
"-m", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we should've added aliases=["-M"]
to be graceful (though considering that there was a mismatch in docs maybe this hasn't been used all that much anyway yet) I'll add it in a separate PR.
β I have followed the Contributing to DVC checklist.
π If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here.
Thank you for the contribution - we'll try to review it as soon as possible. π
Closes #10004
This PR matches the short option for
--message
acrossexp run
&exp save
.Docs change at iterative/dvc.org#4905