(self: Args.Args<A>)
| 327 | |
| 328 | /** @internal */ |
| 329 | export const getHelp = <A>(self: Args.Args<A>): HelpDoc.HelpDoc => getHelpInternal(self as Instruction) |
| 330 | |
| 331 | /** @internal */ |
| 332 | export const getIdentifier = <A>(self: Args.Args<A>): Option.Option<string> => |
nothing calls this directly
no test coverage detected