This repository was archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Migrate to urfave/cli #85
Labels
enhancement
New feature or request
Comments
I leave my vote to @nhooyr |
So we discussed and we're gonna go with urfave/cli for more features and and improved API design that doesn't depend heavily on globals/init functions in comparison with cobra. |
While cdr/cli is nice and minimal, it's definitely missing very useful features for users, especially in regards to completions and general UX. |
I'm down to switch to whatever if y'all think it's an improvement. |
Merged
+1 for urfave over cobra |
Tagging @khorne3 since this could help how she docs the CLI |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Although https://github.com/cdr/cli offers a minimal wrapper, it's becoming clear that it lacks sufficient features for the growing scope of
coder-cli
. I propose we migrate tohttps://github.com/spf13/cobrahttps://github.com/urfave/cli. Consider a few advantages that we'll gain "out of the box".Any thoughts / objections? cc @scsmithr @nhooyr @ammario
The text was updated successfully, but these errors were encountered: