mridgers / clink

Bash's powerful command line editing in cmd.exe
mridgers.github.io/clink
GNU General Public License v3.0
3.15k stars 286 forks source link

doskey /history is broken #548

Closed TheBrenny closed 3 years ago

TheBrenny commented 3 years ago

Most definitely related to #451, but also maybe related to #512?

I'm assuming the doskey command is actually a patch on top of the real doskey provided by the original CMD? Because doskey /history is broken - as in it doesn't provide any output at all. I have a couple of scripts which rely on doskey /history, and can't really be substituted. Maybe an alias can be made within doskey.c to return clink's history?

TheBrenny commented 3 years ago

Entirely missed #546, which is fixing this issue (I assume based on the todo list).