| 14 | const ensureFolderEndsInSlash = folder => folder.replace(/\/$/, "") + "/" |
| 15 | |
| 16 | class ScrollCli extends SimpleCLI { |
| 17 | welcomeMessage = `\n📜 WELCOME TO SCROLL (v${packageJson.version})` |
| 18 | async initCommand(cwd) { |
| 19 | // todo: use stamp for this. |
nothing calls this directly
no outgoing calls
no test coverage detected