aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/elixir.fish
diff options
context:
space:
mode:
authorGravatar Andreas Eger <dev@eger-andreas.de>2013-12-06 00:30:44 +0100
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-12-24 12:43:38 +0800
commita3a918e900ecd14bd1fb632f1ca558d3875a9b67 (patch)
treeb1e96d8623d1bfd972d2421711dc7b312988f5b0 /share/completions/elixir.fish
parent3707dcbf337f35eff1e1b73031f33f0dbfeafc25 (diff)
adding elixir, iex, mix completions
Diffstat (limited to 'share/completions/elixir.fish')
-rw-r--r--share/completions/elixir.fish15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/completions/elixir.fish b/share/completions/elixir.fish
new file mode 100644
index 00000000..f5904586
--- /dev/null
+++ b/share/completions/elixir.fish
@@ -0,0 +1,15 @@
+complete -f -c elixir -s v -d "Prints version and exit"
+complete -f -c elixir -s e -d "Evaluates the given command"
+complete -c elixir -s r -d "Requires the given files/patterns"
+complete -c elixir -s S -d "Finds and executes the given script"
+complete -c elixir -s pr -d "Requires the given files/patterns in parallel"
+complete -c elixir -s pa -d "Prepends the given path to Erlang code path"
+complete -c elixir -s pz -d "Appends the given path to Erlang code path"
+complete -c elixir -l app -d "Start the given app and its dependencies"
+complete -f -c elixir -l erl -d "Switches to be passed down to erlang"
+complete -f -c elixir -l name -d "Makes and assigns a name to the distributed node"
+complete -f -c elixir -l sname -d "Makes and assigns a short name to the distributed node"
+complete -f -c elixir -l cookie -d "Sets a cookie for this distributed node"
+complete -f -c elixir -l hidden -d "Makes a hidden node"
+complete -f -c elixir -l detached -d "Starts the Erlang VM detached from console"
+complete -f -c elixir -l no-halt -d "Does not halt the Erlang VM after execution"