[windows support] `move` CLI binary conflicts with move native command on windows
The name of the Move CLI binary is move, but this has a name conflict with a native Windows command: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/move
I'm hesitant to give up the move name on Linux, but perhaps we configure the install to call this (e.g.) move-cli or mv on Windows.
This seems a rather annoying.
And mv, mi are also alias of move-item at powershell, just like move
Get-Command move
CommandType Name Version Source
----------- ---- ------- ------
Alias move -> Move-Item
get-command mv
CommandType Name Version Source
----------- ---- ------- ------
Alias mv -> Move-Item
Get-Command mi
CommandType Name Version Source
----------- ---- ------- ------
Alias mi -> Move-Item
maybe unify them to mov 😄 (just joking
Also face this issue. Has it been solved?
Also face this issue. Has it been solved?
It seems that someone has solved this problem through renaming the move.exe to movecli.exe. I have tried this method and it really works ! Amazing ! It is mentioned in this channel https://discord.com/channels/964205366541963294/1013627905642872902