1
0
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-12-11 00:21:24 +01:00

feat(cli): add commands/run/solution

This commit is contained in:
Divlo
2022-08-30 15:48:07 +02:00
parent 6427b3d273
commit d6a6c706ce
8 changed files with 272 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ export class RunTestCommand extends Command {
})
public solutionName = Option.String('--solution', {
description: 'solution',
description: 'The solution name to run.',
validator: typanion.isString()
})