(self: Descriptor.Command<A>)
| 169 | |
| 170 | /** @internal */ |
| 171 | export const getNames = <A>(self: Descriptor.Command<A>): HashSet.HashSet<string> => |
| 172 | HashSet.fromIterable(getNamesInternal(self as Instruction)) |
| 173 | |
| 174 | /** @internal */ |
| 175 | export const getBashCompletions = <A>( |
nothing calls this directly
no test coverage detected
searching dependent graphs…