Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8368e9f

Browse files
committed
printing target in version command
1 parent b3ee77f commit 8368e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export const versionCommand =
88
.name('version')
99
.description(desc)
1010
.action(() => {
11-
console.log(VERSION);
11+
console.log(`${VERSION} (${Deno.build.target})`);
1212
});

0 commit comments

Comments
 (0)