mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
bf109ee548
For example, if an "etl" script is defined in package.json, it can be run with `yarn etl`. However, if `yarn etil` is run, `yarn` will suggest the correction. This change lets `thefuck` take advantage of that: $ yarn etil yarn etil v0.21.3 error Command "etil" not found. Did you mean "etl"? $ fuck yarn etl [enter/?/?/ctrl+c]