-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
TypinTypin library related issuesTypin library related issuesenhancementNew feature or requestNew feature or request
Milestone
Description
It would be nice if I could specify options which are globally available for all commands. For example git has a global --namespace=<name> option, which allows the namespace to be set for all (sub)commands.
I'd imagine in Typin, this would mean a global model could be set on the CliApplicationBuilder using builder.UseGlobalOptions<MyGlobalOptionsModel>() after which the model would be available through DI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TypinTypin library related issuesTypin library related issuesenhancementNew feature or requestNew feature or request