You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I manage to install mingw64 or tweak clink.bat to use 32bits instead of machine platform I confident this tweak should work. If I'm right and you find this interesting I guess clinks should be configurable at that point. Something like:
parser:disable_window_flag_style()
would be helpful for a lot of command line tools.
The text was updated successfully, but these errors were encountered:
On git for windows "/" is not a start of flag, and it is used to locate branches on remotes "origin/master" "origin/develop"
It would be helpful to control which characters are allowed to be start of flag.
I guessed that this can be controlled on parser definition so I tried:
albfan/clink-completions@ae213b3
but this leads to an error:
C:\Users\vagrant\AppData\Local.\clink\git.lua:218: attempt to index local 'parser' (a function value)
I'm totally newbie to lua. What is the correct syntax to override
is_flag()
, is that possible?Another approach is to recompile clink. I do not use window toolchain so I try with mingw
https://github.com/albfan/clink
by now I have installed mingw 32 using this branch:
https://github.com/albfan/clink/commits/wip
If I manage to install mingw64 or tweak clink.bat to use 32bits instead of machine platform I confident this tweak should work. If I'm right and you find this interesting I guess clinks should be configurable at that point. Something like:
would be helpful for a lot of command line tools.
The text was updated successfully, but these errors were encountered: