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

EnonceCreate => Color result of the command

parent ea9d1a74
No related branches found
No related tags found
No related merge requests found
...@@ -95,10 +95,10 @@ class EnonceCreateCommand extends CommanderCommand { ...@@ -95,10 +95,10 @@ class EnonceCreateCommand extends CommanderCommand {
}).start().info(); }).start().info();
}; };
oraInfo(`Name: ${ enonce.name }`); oraInfo(`${ chalk.magenta('Name:') } ${ enonce.name }`);
oraInfo(`Web URL: ${ enonce.gitlabCreationInfo.web_url }`); oraInfo(`${ chalk.magenta('Web URL:') } ${ enonce.gitlabCreationInfo.web_url }`);
oraInfo(`HTTP Repo: ${ enonce.gitlabCreationInfo.http_url_to_repo }`); oraInfo(`${ chalk.magenta('HTTP Repo:') } ${ enonce.gitlabCreationInfo.http_url_to_repo }`);
oraInfo(`SSH Repo: ${ enonce.gitlabCreationInfo.ssh_url_to_repo }`); oraInfo(`${ chalk.magenta('SSH Repo:') } ${ enonce.gitlabCreationInfo.ssh_url_to_repo }`);
} catch ( error ) { } catch ( error ) {
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment