(self: Primitive.Primitive<A>)
| 225 | |
| 226 | /** @internal */ |
| 227 | export const getChoices = <A>(self: Primitive.Primitive<A>): Option.Option<string> => |
| 228 | getChoicesInternal(self as Instruction) |
| 229 | |
| 230 | /** @internal */ |
| 231 | export const getHelp = <A>(self: Primitive.Primitive<A>): Span.Span => getHelpInternal(self as Instruction) |
nothing calls this directly
no test coverage detected