This commit is contained in:
Zef Hemel
2022-10-24 13:51:26 +02:00
parent 2d9240ee25
commit 01aea4768b
11 changed files with 178 additions and 66 deletions
+5
View File
@@ -0,0 +1,5 @@
import { version } from "../version.ts";
export function versionCommand() {
console.log(version);
}