Add a long option for the command flag (-e) (#655)

This commit is contained in:
polyfloyd 2017-07-08 19:32:56 +02:00 committed by Joe Wilm
parent 08b5ae52c1
commit 3f3ef9ac15
1 changed files with 1 additions and 0 deletions

View File

@ -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)