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
Sometimes we need to create global args because all subcommands will use them. It's complex and duplicate if we define them in all of our subCommands' defination.
Can we provide an api to create shared args?
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
Hi!
Sometimes we need to create global args because all subcommands will use them. It's complex and duplicate if we define them in all of our
subCommands
' defination.Can we provide an api to create shared args?
Additional information
The text was updated successfully, but these errors were encountered: