-
Notifications
You must be signed in to change notification settings - Fork 114
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
[CMX] print control flags in help #1318
Labels
Comments
gfursin
added a commit
to flexaihq/ck
that referenced
this issue
Oct 13, 2024
- print control flags in help (cmx -h | cmx -help): mlcommons#1318 - fail if control flag is not recognized: mlcommons#1315
gfursin
added a commit
to flexaihq/ck
that referenced
this issue
Oct 13, 2024
- added `utils.test_input` to test if input has keys and report them as error - added `prefix_cmx` key to cmr.yaml to customize `cmx pull repo` - improved CMX logging (-log and -logfile): mlcommons#1317 - print control flags in help (cmx -h | cmx -help): mlcommons#1318 - fail if control flag is not recognized: mlcommons#1315 - added -repro flag to record various info to cmx-repro directory mlcommons#1319 - print call stack when error > 32 to be able to trace error cause: mlcommons#1320 can be combined with -log=debug and -logfile
Added in #1321 |
gfursin
added a commit
that referenced
this issue
Oct 13, 2024
I added many important features to CMX pending for a very long: - added `utils.test_input` to test if input has keys and report them as error - added `prefix_cmx` key to cmr.yaml to customize `cmx pull repo` - improved CMX logging (-log and -logfile): #1317 - print control flags in help (cmx -h | cmx -help): #1318 - fail if control flag is not recognized: #1315 - added -repro flag to record various info to cmx-repro directory: #1319 - print call stack when error > 32 to be able to trace error cause: #1320 can be combined with -log=debug and -logfile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Print all control flags when using
-h
or-help
.The text was updated successfully, but these errors were encountered: