()
| 7 | } |
| 8 | |
| 9 | function getCommandStatePath(): string { |
| 10 | return path.join(paths('prisma').config, 'commands.json') |
| 11 | } |
| 12 | |
| 13 | /* |
| 14 | * Loads the command state from a file, or initializes it if it doesn't exist. |
no outgoing calls
no test coverage detected