Skip to content
Snippets Groups Projects
Commit 58d394d1 authored by bedran.sezer's avatar bedran.sezer
Browse files

update option

parent affbb71d
No related tags found
No related merge requests found
Pipeline #33307 failed
...@@ -100,7 +100,7 @@ class AssignmentListCommand extends CommanderCommand { ...@@ -100,7 +100,7 @@ class AssignmentListCommand extends CommanderCommand {
message: 'Comment souhaitez-vous filtrer les énoncés ?', message: 'Comment souhaitez-vous filtrer les énoncés ?',
choices: [ choices: [
{ name: 'Par saisie texte', value: 'fuzzy' }, { name: 'Par saisie texte', value: 'fuzzy' },
{ name: 'Par professeurs', value: 'professor' }, //{ name: 'Par professeurs', value: 'professor' },
{ name: 'Exit', value: 'exit' }, { name: 'Exit', value: 'exit' },
], ],
}, },
...@@ -152,7 +152,7 @@ class AssignmentListCommand extends CommanderCommand { ...@@ -152,7 +152,7 @@ class AssignmentListCommand extends CommanderCommand {
const assignmentsName = searchResults.map(assignment => assignment.name); const assignmentsName = searchResults.map(assignment => assignment.name);
console.log(' -', assignmentsName.join('\n - ')); console.log(' -', assignmentsName.join('\n - '));
ora().info('Les détails sont disponibles avec la commande : `dojo assignment info <id>`.'); ora().info('Les détails sont disponibles avec la commande : `dojo assignment info <nameOrUrl>`.');
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment