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

Commit

Permalink
printing target in version command
Browse files Browse the repository at this point in the history
  • Loading branch information
eropple committed Jan 5, 2023
1 parent b3ee77f commit 8368e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export const versionCommand =
.name('version')
.description(desc)
.action(() => {
console.log(VERSION);
console.log(`${VERSION} (${Deno.build.target})`);
});

0 comments on commit 8368e9f

Please sign in to comment.