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
The usage CLI has command structures that are way too deep considering it only has a handful of commands. e.g.: usage generate completion bash is very deep considering the only other command right now is usage complete-word which is only ever used internally.
Naively, this could just be usage gen-completion bash or something.
Before I do this I need to think a bit long-term and about what commands this CLI might contain.
The text was updated successfully, but these errors were encountered:
The
usage
CLI has command structures that are way too deep considering it only has a handful of commands. e.g.:usage generate completion bash
is very deep considering the only other command right now isusage complete-word
which is only ever used internally.Naively, this could just be
usage gen-completion bash
or something.Before I do this I need to think a bit long-term and about what commands this CLI might contain.
The text was updated successfully, but these errors were encountered: