You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current mmg CLI generates new files while outputting validation results. However, this can be inefficient in cases where only validation results are needed. This feature request aims to solve this issue.
Describe the solution you'd like
Add a new option to the mmg CLI that enables validation only, which will output validation results without generating new files. If the validation is successful, the CLI will raise SystemExit(0) to indicate success. If the validation fails, the CLI will raise SystemExit(1) to indicate a failure.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
The current mmg CLI generates new files while outputting validation results. However, this can be inefficient in cases where only validation results are needed. This feature request aims to solve this issue.
Describe the solution you'd like
Add a new option to the mmg CLI that enables validation only, which will output validation results without generating new files. If the validation is successful, the CLI will
raise SystemExit(0)
to indicate success. If the validation fails, the CLI willraise SystemExit(1)
to indicate a failure.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: