Merge pull request #205 from matthiasbeyer/libimagrt/std-args-no-short
rt: Remove short versions for "config" and "runtimepath" std arg
This commit is contained in:
commit
fce1ebd1ab
1 changed files with 0 additions and 2 deletions
|
@ -100,14 +100,12 @@ impl<'a> Runtime<'a> {
|
|||
.takes_value(false))
|
||||
|
||||
.arg(Arg::with_name("config")
|
||||
.short("c")
|
||||
.long("config")
|
||||
.help("Path to alternative config file")
|
||||
.required(false)
|
||||
.takes_value(true))
|
||||
|
||||
.arg(Arg::with_name("runtimepath")
|
||||
.short("r")
|
||||
.long("rtp")
|
||||
.help("Alternative runtimepath")
|
||||
.required(false)
|
||||
|
|
Loading…
Reference in a new issue