toes version
This commit is contained in:
parent
2730cc0d8e
commit
54f70e9bba
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@because/toes",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "personal web appliance - turn it on and forget about the cloud",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -667,6 +667,10 @@ program
|
|||
},
|
||||
})
|
||||
|
||||
program
|
||||
.command('version', { hidden: true })
|
||||
.action(() => console.log(program.version()))
|
||||
|
||||
program
|
||||
.command('info')
|
||||
.description('Show info for an app')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user