Skip to content
Snippets Groups Projects
Commit 1a6d9c12 authored by michael.minelli's avatar michael.minelli
Browse files

ExoRun => Fix description

parent a0443f19
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class ExerciceRunCommand extends CommanderCommand {
protected defineCommand() {
this.command
.description('create a new exercice from an enonce')
.description('locally run an exercice')
.option('-p, --path <value>', 'exercice path', Config.folders.defaultLocalExercice)
.action(this.commandAction.bind(this));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment