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
We could add a CLI-local set of static commands and overlay them onto sdk.Group() with NewMergeGroup() -- The issue would be how to make the interface more usable... right now we can't get general options and argv with core.Executor()...
As this is pure-CLI, we do not need to constrain ourselves to sdk.Group() and core.Executor(), but we'd need to change DynamicLoadCommand() and/or AddGroup() to handle more than the sdk.Grouper...
I was reading some examples that used
gcloud
and remembered about 2 very helpful commands we should try to incorporate into our CLI:We could add a CLI-local set of static commands and overlay them onto
sdk.Group()
withNewMergeGroup()
-- The issue would be how to make the interface more usable... right now we can't get general options and argv withcore.Executor()
...As this is pure-CLI, we do not need to constrain ourselves to
sdk.Group()
andcore.Executor()
, but we'd need to changeDynamicLoadCommand()
and/orAddGroup()
to handle more than thesdk.Grouper
...Suggested command:
The text was updated successfully, but these errors were encountered: