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

default output should show command descriptions #25

Closed
1 task done
rizen opened this issue Apr 10, 2023 · 1 comment · Fixed by #32
Closed
1 task done

default output should show command descriptions #25

rizen opened this issue Apr 10, 2023 · 1 comment · Fixed by #32

Comments

@rizen
Copy link

rizen commented Apr 10, 2023

Describe the feature

The descriptions of each command should be shown next to their label. So instead of this:

ving v1.0.0
ving CLI

USAGE: ving cache|drizzle|record|schema|user

COMMANDS:

    cache    
  drizzle    
   record    
   schema    
     user    

Use `ving <command> --help` for more information about a command.

You'd get this:

ving v1.0.0
ving CLI

USAGE: ving cache|drizzle|record|schema|user

COMMANDS:

    cache    Redis cache entries
  drizzle    Drizzle ORM code generation and migrations
   record    Ving Record code generation
   schema    Ving Schema code generation
     user    Manage users

Use `ving <command> --help` for more information about a command.

Additional information

  • Would you be willing to help implement this feature?
@rizen
Copy link
Author

rizen commented Apr 10, 2023

Or if you're thinking people will write long descriptions, we could just put the "name" field there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant