Commit Graph

7 Commits

Author SHA1 Message Date
vurden 865fd86d2e add phx.gen.auth 2023-01-17 22:55:49 -05:00
Shohei YOSHIDA 0b6e064850
Update links 2022-11-23 13:31:48 +09:00
Alex Vondrak b152a4901f
Autocomplete files for mix run
Previously, `mix run <tab>` would not expand into anything, even though the [`mix run`](https://hexdocs.pm/mix/Mix.Tasks.Run.html) task accepts filenames as inputs. This commit collapses the growing list of such cases (`test`, `format`, `run`) into one clause that autocompletes files.

Although `mix run` accepts several different `--flags`, the autocompletion isn't currently set up to deal with subcommands' specific options, so I'm punting on that part.
2021-03-16 13:44:40 -07:00
Vizakenjack 7455d602a4 Added file completion 2020-01-22 12:15:50 +03:00
Anderson Konzen 7bcd6810cb Add new Phoenix tasks, mostly included in the 1.3.0 release 2017-09-04 00:37:38 -03:00
Teja Sophista a63a098071 Update completion for mix, add completion for mix test, fix completion for mix help 2017-04-18 20:20:52 +08:00
Han Ngo 0ce85b45a2 Add completion for Elixir mix 2016-01-23 20:37:40 +07:00