Replies: 1 comment 2 replies
-
thanks! that's great
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, been using cargo make and it's great, however I very much missed some autocomplete.
I realise it's not a subject for a PR to this repository, however I wanted to share this for anyone looking.
I'm currently using Fig, so I made this PR, will update you here if it gets merged.
When it gets merged you will be able to use Fig and get autocompletion on all available flags.
Most importantly it autocompleted the custom tasks commands from the Makefile.toml.
Resolving different locations of the makefile also works when the
--makefile <file>
flag is provided.If anyone is interested in improving this lmk, also if there are any updates to the cargo-make API in the future, an update to Fig will be needed.
Beta Was this translation helpful? Give feedback.
All reactions