Skip to content
Snippets Groups Projects
Commit 170e4356 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Remove unecessary command 'hello'

parent a2761398
No related branches found
No related tags found
No related merge requests found
......@@ -13,19 +13,6 @@ for (const module of modules) {
stack.registerDependency(module);
}
stack.registerDependency({
duniter: {
cli: [{
name: 'hello',
desc: 'Says hello to the world.',
requires: ['service'],
promiseCallback: (duniterServer) => co(function*(){
console.log('Hello, world.');
})
}]
}
});
return co(function*(){
yield stack.executeStack();
console.log('Done');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment