mirror of
https://github.com/onyx-and-iris/meld-cli.git
synced 2026-04-09 02:43:35 +00:00
remove flag defaults so that we can process env vars
This commit is contained in:
@@ -20,13 +20,11 @@ const flags = {
|
||||
host: {
|
||||
type: 'string',
|
||||
shortFlag: 'H',
|
||||
default: 'localhost',
|
||||
desc: 'Host address for the Meld server'
|
||||
},
|
||||
port: {
|
||||
type: 'number',
|
||||
shortFlag: 'P',
|
||||
default: 13376,
|
||||
desc: 'Port number for the Meld server'
|
||||
},
|
||||
help: {
|
||||
|
||||
@@ -2,13 +2,13 @@ import meowHelp from 'cli-meow-help'
|
||||
|
||||
const commands = {
|
||||
start: {
|
||||
desc: 'Start streaming'
|
||||
desc: 'Start recording'
|
||||
},
|
||||
stop: {
|
||||
desc: 'Stop streaming'
|
||||
desc: 'Stop recording'
|
||||
},
|
||||
status: {
|
||||
desc: 'Show the current streaming status'
|
||||
desc: 'Show the current recording status'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user