-
Notifications
You must be signed in to change notification settings - Fork 883
rkt: adopt CLI framework #632
Comments
If you're still evaluating frameworks, I'm a big fan of github.com/jessevdk/go-flags. |
thanks for the tip! On Sun, Apr 19, 2015 at 3:25 AM, Brian Lalor notifications@github.com
|
@jonboulle what do you think of amending how image options are specified, both the pass thru run time options and the options that apply to an image (aka --mount --signature ) |
Following this, #896 and other issues/PR I'd like to summarize the various requirements that I saw until now and some additional one introduced by me that problably will be proposed in a future.
Some comments:
|
@sgotti good summary. Are you volunteering to take this on? ;-)
Do you mean within a subcommand or just the inconsistency of some sub-commands being multi-level and others not? |
@jonboulle Yeah, I'd like to take a look at it. Currently I'm experimenting with cobra but trying to take a different approach than #896. I'd like to hear from you all if the above requirements looks good for everyone and if there're some additional one that I forgot to write. Do you have someone to add to the discussion?
Sorry, I wasn't very clear. I meant to say that if we have |
@robszumski PTAL at #632 (comment) ? @sgotti the reqs lgtm, I basically agree with your ordering too |
@jonboulle That list seems good to me |
Fixed by Simone's diligent work in #1028 |
As touched on in #183 and #630 (and probably elsewhere), we should just evaluate and adopt a framework for the
rkt
CLI so we can provide a better and more consistent UX experience.Two key suggestions so far have been:
The text was updated successfully, but these errors were encountered: