You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue relates to a specific CLI completion spec (e.g. git checkout is missing options in git completion spec). If your issue is more general, please create your issue here: withfig/fig
It would be helpful if the yarn/npm embedded fig config feature for package.json scripts had the ability to nest commands and add options. Currently, it only seems to support customizing the top-level suggestions.
The text was updated successfully, but these errors were encountered:
lukemelia
changed the title
[yarn/npm]
[yarn/npm] make package.json fig config more capable
Aug 4, 2021
Totally agree - this should use the generateSpec prop in the run subcommand object as opposed our current implementation of having an argument beneath run!
Sanity checks
git checkout
is missing options ingit
completion spec). If your issue is more general, please create your issue here: withfig/figWhat CLI tool does this relate to?
yarn/npm
Which statement makes the most sense?
This completion spec isn't complete
Issue Details
It would be helpful if the yarn/npm embedded fig config feature for package.json scripts had the ability to nest commands and add options. Currently, it only seems to support customizing the top-level suggestions.
The text was updated successfully, but these errors were encountered: