| 30 | }; |
| 31 | |
| 32 | interface InitOptions { |
| 33 | force?: boolean; |
| 34 | } |
| 35 | |
| 36 | export async function initCommand(rootDir: string, opts: InitOptions = {}): Promise<void> { |
| 37 | const bumpyDir = resolve(rootDir, '.bumpy'); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…