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
While configuring autocomplete getting the following error.
masked/masked MINGW64 /c
$ scalr -autocomplete
Could not find any shell that supports the auto-complete feature.
masked/masked MINGW64 /c
$ echo $SHELL
/usr/bin/bash
The code needs to handle Gitbash as well. With appropriate directory path.
Error 2:
After adding the below to the bash profile complete -o nospace -C /c/Users/masked/bin/scalr.exe scalr
getting the error when pressing tab just after Scalr
masked/masked MINGW64 /c
$ scalr interface conversion: interface {} is float64, not string
Additional details
masked/masked MINGW64 /c
$ bash --version
GNU bash, version 5.1.16(1)-release (x86_64-pc-msys)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
masked/masked MINGW64 /c
$ scalr -version
0.15.5
The text was updated successfully, but these errors were encountered:
Using gitbash for Scalr CLI
Error 1:
While configuring autocomplete getting the following error.
The code needs to handle Gitbash as well. With appropriate directory path.
Error 2:
After adding the below to the bash profile
complete -o nospace -C /c/Users/masked/bin/scalr.exe scalr
getting the error when pressing tab just after Scalr
Additional details
The text was updated successfully, but these errors were encountered: