mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-02 08:40:39 +00:00
version as normal command
This commit is contained in:
@@ -27,11 +27,6 @@ export const VERSION = '0.5'
|
||||
export const INSTALL_DIR = '/usr/local/bin'
|
||||
export const VERBOSE = flags.verbose
|
||||
|
||||
if (flags.version) {
|
||||
console.log('version'.grey, VERSION)
|
||||
process.exit(0)
|
||||
}
|
||||
|
||||
export const config = init()
|
||||
|
||||
function main() {
|
||||
|
Reference in New Issue
Block a user