forked from withfig/autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add mix completion spec (withfig#501)
* feat: add mix completion spec * fix: remove unneccessary replace * feat: reduce cache time and hide options by default * fix: remove Usage: mix [task] Examples: mix - Invokes the default task (mix run) in a project mix new PATH - Creates a new Elixir project at the given path mix help - Lists all available tasks mix help TASK - Prints documentation for a given task The --help and --version options can be given instead of a task for usage and versioning information. from suggestions * chore: revert package-lock.json * add generators * revert unintended changes
- Loading branch information
Showing
2 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters