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:
@@ -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()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user