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
It makes sense to export public types for ease of access, and I find myself commonly wanting to omit/pick from a set of flags shared across multiple CLIs within a large project. I can do this with the workaround below, but it would be nicer if this module exported the Flags type directly.
Why?
It's useful to get the type of Flags without introspecting the other output types.
Feature request
It makes sense to export public types for ease of access, and I find myself commonly wanting to
omit
/pick
from a set of flags shared across multiple CLIs within a large project. I can do this with the workaround below, but it would be nicer if this module exported theFlags
type directly.Why?
It's useful to get the type of
Flags
without introspecting the other output types.Alternatives
Additional context
No response
The text was updated successfully, but these errors were encountered: