summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/flags.rs')
-rw-r--r--cli/flags.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index de98ee96c..42f8d60d7 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -221,8 +221,11 @@ To evaluate code in the shell:
lazy_static! {
static ref LONG_VERSION: String = format!(
- "{}\nv8 {}\ntypescript {}",
+ "{} ({}, {}, {})\nv8 {}\ntypescript {}",
crate::version::DENO,
+ crate::version::GIT_COMMIT_HASH,
+ env!("PROFILE"),
+ env!("TARGET"),
crate::version::v8(),
crate::version::TYPESCRIPT
);