📝 Readme > Add arguments and update features
This commit is contained in:
+2
-2
@@ -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'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user