( self: Command<Name, Input, ContextInput, E, R> )
| 1050 | * @since 4.0.0 |
| 1051 | */ |
| 1052 | export const withGlobalFlags: { |
| 1053 | <const GlobalFlags extends ReadonlyArray<GlobalFlag.GlobalFlag<any>>>( |
| 1054 | globalFlags: GlobalFlags |
| 1055 | ): <Name extends string, Input, E, R, ContextInput>( |
| 1056 | self: Command<Name, Input, ContextInput, E, R> |
| 1057 | ) => Command<Name, Input, ContextInput, E, Exclude<R, ExtractGlobalFlagContext<GlobalFlags>>> |
| 1058 | < |
nothing calls this directly
no test coverage detected
searching dependent graphs…