Replies: 3 comments 3 replies
-
|
This makes perfect sense! 👍 How about the configution helpers (init, append, remove), should these be individual actions, or grouped under (for example) "config"? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Current plan (WIP): |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Done in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sure there was a reason for the current approach, but I just would like to suggest a few changes that I believe are common practice in terms of CLI usage.
pup --helppup--helpwould still work as well.pup --startpup startpuppup start--start(?). I think it would be more clear to beexplicit about it and require the command. Some people could type
pupjustto see if it's installed or to see the commands available.
pup --stoppup stoppup --restart task-1pup restart task-1If those changes make sense, the same logic could be applied to other commands.
Beta Was this translation helpful? Give feedback.
All reactions