1
0
Fork 0

fix: only print parsed args

This commit is contained in:
ssube 2019-06-15 21:59:28 -05:00
parent ffe76926a8
commit 4a124ebb8b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export async function main(argv: Array<string>): Promise<number> {
const logger = createLogger(config.data.logger);
logger.info(VERSION_INFO, 'version info');
logger.info({ args }, 'main arguments');
logger.info({ args: args.argv }, 'main arguments');
// const schema = new Schema();
const result = { errors: [], valid: true }; // schema.match(config);