📝 Readme > Add arguments and update features

This commit is contained in:
brunosimon
2017-07-30 15:08:44 +02:00
parent d27ab74ef1
commit f77d7dc53e
2 changed files with 43 additions and 16 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ class App
})
.option('port', {
alias: 'p',
describe: 'Port to use',
describe: 'Server port',
default: 1571,
type: 'number'
})
@@ -101,7 +101,7 @@ class App
})
.option('initial-send', {
alias: 'i',
describe: 'Send current file in folder immediately',
describe: 'Send files in folder at start',
default: false,
type: 'boolean'
})