notify user if config file was overwritten and make a copy of it as backup

This commit is contained in:
2020-03-02 19:08:20 +01:00
parent bc36a39de4
commit 7e577c439a
3 changed files with 22 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), {
string: ['l', 'b'],
})
export const VERSION = '0.14'
export const VERSION = '0.16'
export const INSTALL_DIR = '/usr/local/bin'
export const VERBOSE = flags.verbose