()
| 47 | export const { logger } = CloudGraph |
| 48 | |
| 49 | export const setConfigCommand = async (): Promise<{ version: string }> => { |
| 50 | await ConfigCommand.load() |
| 51 | const { version } = ConfigCommand |
| 52 | ConfigCommand.configDir = configDir |
| 53 | ConfigCommand.dataDir = dataDir |
| 54 | return { version } |
| 55 | } |
| 56 | |
| 57 | export const getInitCommand = async ( |
| 58 | argv: any = [''], |
no outgoing calls
no test coverage detected