autocomplete: [nx] autocomplete doesn't work properly anymore

Sanity checks

  • 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
  • I have searched github.com/withfig/autocomplete/issues and there are no duplicates of my issue
  • I would like to work on this.

What CLI tool does this relate to?

nx

Which statement makes the most sense?

This completion spec isn’t complete

Issue Details

Since https://github.com/withfig/autocomplete/pull/1915 the nx autocomplete doesn’t prompt commands shown in the documentation anymore (https://fig.io/manual/nx).

The most annoying miss is, of course the nx serve.

image

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 29 (29 by maintainers)

Most upvoted comments

ok… found the error… sorry you have all correct configured

@ikosta is it doing that rn? When nx.json is missing cat nx.json is non-zero and executeShellCommand rejects so the directory lookup should occurr.