Commit 32fbb54d by Johannes Zellner

Require url

1 parent 94176733
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
program.version('0.1.0');
program.command('login')
program.command('login <url>')
.description('Login to server')
.action(actions.login);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!