nvbn / thefuck

Magnificent app which corrects your previous console command.
MIT License
83.76k stars 3.41k forks source link

Passing arguments to thefuck #1396

Open NotSpaulding opened 11 months ago

NotSpaulding commented 11 months ago

The output of thefuck --version:

The Fuck 3.32 using Python 3.11.4 and Generic Shell

Your system (Debian 7, ArchLinux, Windows, etc.):

Windows 11

My issue:

I can't pass arguments to the thefuck command, for example if I run thefuck ppnm -h -y to immediately accept the command, it gives me this output: pnpm -h -y [enter/↑/↓/ctrl+c].

I have tried running thefuck ppnm -h -- -y, thefuck "ppnm -h" -y, thefuck -y ppnm -h without any success. How would I go about passing arguments to the thefuck command?