It seems like the CLI is case-sensitive. It would be great if we could make this case-insensitive, or if it threw an error pointing out that the provided string matches another string with different casing.
Example:
(venv) hsdev@hispec:~/dechever/hispec_configs$ libby show hsfei.atcfw.%
libby: hsfei.atcfw.%: request timed out
(venv) hsdev@hispec:~/dechever/hispec_configs$ libby show hsfei.ATCFW.%
hsfei.ATCFW.error =
hsfei.ATCFW.hardmax = 6
hsfei.ATCFW.hardmin = 1
hsfei.ATCFW.isconnected = True
hsfei.ATCFW.lasterror = None
hsfei.ATCFW.nfilters = 0
hsfei.ATCFW.positionnamed = OD4
hsfei.ATCFW.positionvalue = 4
hsfei.ATCFW.softmax = 6
hsfei.ATCFW.softmin = 1
It seems like the CLI is case-sensitive. It would be great if we could make this case-insensitive, or if it threw an error pointing out that the provided string matches another string with different casing.
Example: