| 118 | // --------------------------------------------------------------------------- |
| 119 | |
| 120 | export interface CreateCommandOptions { |
| 121 | config?: string; |
| 122 | } |
| 123 | |
| 124 | export async function createCommand( |
| 125 | directory?: string, |
nothing calls this directly
no outgoing calls
no test coverage detected