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
See #158 , where it will suggest near matches of the user's input. This only works for things like stack build pkg-0.0.... It'd be great to have fuzzy suggestions for all of the following:
Targets. Ideally this would handle fuzzy suggestions of package names and component names. Bonus would also be supporting fuzzy suggestions of dirs, but that's not a big deal.
Ideally, these suggestions would share the same system as shell completion (see #1343 and #832 . This way we can get checking and suggestions from the same mechanism!
(but of course, PRs adding any of these will be accepted, no need to do it all)
The text was updated successfully, but these errors were encountered:
See #158 , where it will suggest near matches of the user's input. This only works for things like
stack build pkg-0.0...
. It'd be great to have fuzzy suggestions for all of the following:--stack-yaml
Ideally, these suggestions would share the same system as shell completion (see #1343 and #832 . This way we can get checking and suggestions from the same mechanism!
(but of course, PRs adding any of these will be accepted, no need to do it all)
The text was updated successfully, but these errors were encountered: