diff options
author | Tobias Schlager <tobias.schlager@lindenbaum.eu> | 2018-01-24 12:12:40 +0100 |
---|---|---|
committer | Tobias Schlager <tobias.schlager@lindenbaum.eu> | 2018-01-24 12:19:10 +0100 |
commit | cc70e4fe2ff7b3e318d353972021e548fc513440 (patch) | |
tree | d8c516300bf029ec7ae19e1b797c205c9d85605c /priv/shell-completion/bash | |
parent | b5d7d358ffe68c0cd87715033427b55cd6b2dc4b (diff) |
Issue #1704: Fix alias provider argument passing
The way arguments are passed by the alias provider is not compatible
with all rebar providers/commands. Especially the release (relx)
provider does not like getting its arguments as a plain string. It
expects its arguments in a pre-parsed format as returned by
getopt:parse/2.
Other commands, e.g. eunit, seem to be fine with both ways of argument
passing. Therefore, this fix changes the alias provider argument passing
to the getopt format in general.
Diffstat (limited to 'priv/shell-completion/bash')
0 files changed, 0 insertions, 0 deletions