Skip to content
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

dvc: regroup all command options/flags [quality] #7525

Closed
jorgeorpinel opened this issue Mar 31, 2022 · 2 comments
Closed

dvc: regroup all command options/flags [quality] #7525

jorgeorpinel opened this issue Mar 31, 2022 · 2 comments
Labels
A: cli Related to the CLI enhancement Enhances DVC p2-medium Medium priority, should be done, but less important ui user interface / interaction

Comments

@jorgeorpinel
Copy link
Contributor

As suggested in iterative/dvc.org#3345 and implemented for run, repro, and stage add in #7524, we could come up with a logical way to present options/flags. The criteria we came up with so far is basically:

  1. Put general/misc. short options/flags first (with -hqv)
  2. Make groups of args based on functionality e.g. stage add -dDp (all dependency-related)
  3. Order these arg groups in some logical way e.g. chronologically (deps, then outs) or by most-needed-first.
  4. Put remaining misc. args at the end.
@jorgeorpinel jorgeorpinel added enhancement Enhances DVC ui user interface / interaction type: enhancement labels Mar 31, 2022
@jorgeorpinel
Copy link
Contributor Author

Cc @dberenbaum @omesser

@dberenbaum dberenbaum added p2-medium Medium priority, should be done, but less important A: cli Related to the CLI labels Mar 31, 2022
@dberenbaum
Copy link
Collaborator

@skshetry What do you think about this as part of our UI guidelines in #5392?

@mattseddon mattseddon closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: cli Related to the CLI enhancement Enhances DVC p2-medium Medium priority, should be done, but less important ui user interface / interaction
Projects
None yet
Development

No branches or pull requests

4 participants