1
0
Files
silverbullet/cmd/version.ts
T
Zef Hemel 01aea4768b CLI work
2022-10-24 13:51:26 +02:00

6 lines
103 B
TypeScript

import { version } from "../version.ts";
export function versionCommand() {
console.log(version);
}