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 already support using kwargs in the tower class for constructing command line arguments to _tw_run(), we can extend this to support workspace, name, and etc to avoid having to specify the the cli option followed by the argument for each invocation of a tw subcommand.
We already support using
kwargs
in the tower class for constructing command line arguments to_tw_run()
, we can extend this to supportworkspace
,name
, and etc to avoid having to specify the the cli option followed by the argument for each invocation of a tw subcommand.For example,
Currently we do something like:
Whereas we can do:
This would simplify alot of the helper functions we have for the cli interface as well.
The text was updated successfully, but these errors were encountered: