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", "name": "@because/toes",
"version": "0.0.1", "version": "0.0.2",
"description": "personal web appliance - turn it on and forget about the cloud", "description": "personal web appliance - turn it on and forget about the cloud",
"module": "src/index.ts", "module": "src/index.ts",
"type": "module", "type": "module",
@ -28,4 +28,4 @@
"@because/hype": "^0.0.1", "@because/hype": "^0.0.1",
"kleur": "^4.1.5" "kleur": "^4.1.5"
} }
} }

View File

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