toes version

This commit is contained in:
Chris Wanstrath 2026-01-29 23:44:57 -08:00
parent 2730cc0d8e
commit 54f70e9bba
2 changed files with 6 additions and 2 deletions

View File

@ -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",

View File

@ -667,6 +667,10 @@ program
},
})
program
.command('version', { hidden: true })
.action(() => console.log(program.version()))
program
.command('info')
.description('Show info for an app')