dockerized
This commit is contained in:
@ -5,7 +5,7 @@ import * as cmdargs from 'command-line-args'
|
||||
|
||||
const OPTION_DEFINITIONS = [
|
||||
{ name: 'verbose', alias: 'v', type: Boolean },
|
||||
{ name: 'config', alias: 'c', type: String, defaultValue: '~/homepage.conf' }
|
||||
{ name: 'config', alias: 'c', type: String, defaultValue: './homepage.conf' }
|
||||
];
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user