🪻 validation.ts

This commit is contained in:
nirholas
2026-03-31 10:22:41 +00:00
parent 2282866f33
commit a634d41032

View File

@@ -108,3 +108,4 @@ export function addDirHelpMessage(result: AddDirectoryResult): string {
return `Added ${chalk.bold(result.absolutePath)} as a working directory.` return `Added ${chalk.bold(result.absolutePath)} as a working directory.`
} }
} }