mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-21 20:38:54 +00:00
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]