summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 00beb5b..6cffb76 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -185,6 +185,14 @@ pub fn cli<'a>() -> App<'a> {
.help("Show the script")
)
+ .arg(Arg::with_name("show_env")
+ .required(false)
+ .multiple(false)
+ .long("env")
+ .short('E')
+ .help("Show the environment of the job")
+ )
+
.arg(Arg::with_name("script_disable_highlighting")
.required(false)
.multiple(false)