summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolyfloyd <polyfloyd@users.noreply.github.com>2017-07-08 19:32:56 +0200
committerJoe Wilm <jwilm@users.noreply.github.com>2017-07-08 10:32:56 -0700
commit3f3ef9ac150a1cb44b6236bb6ed9abb51bcfbe71 (patch)
tree57ee6cf4d99652827b09f7cb4373a0a1ba2a1fca
parent08b5ae52c1c7dc3587ad31eee3036b58c3df394d (diff)
Add a long option for the command flag (-e) (#655)
-rw-r--r--src/cli.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index e7783807..789b1755 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -90,6 +90,7 @@ impl Options {
.takes_value(true)
.help("Specify alternative configuration file [default: $XDG_CONFIG_HOME/alacritty/alacritty.yml]"))
.arg(Arg::with_name("command")
+ .long("command")
.short("e")
.multiple(true)
.takes_value(true)