()
| 569 | * Gets all available command names (excludes network commands) |
| 570 | */ |
| 571 | export function getCommandNames(): string[] { |
| 572 | return commandLoaders.map((def) => def.name); |
| 573 | } |
| 574 | |
| 575 | /** |
| 576 | * Gets all network command names |
no outgoing calls
no test coverage detected
searching dependent graphs…