Closed binokaryg closed 3 months ago
https://github.com/medic/cht-conf/blob/4c8571e2d5742bf30795bf916c83413008153d93/README.md?plain=1#L69
Running eval "$(cht-conf --shell-completion=bash)", gives this error:
eval "$(cht-conf --shell-completion=bash)"
cht-conf: command not found
It should be cht instead of cht-conf.
cht
cht-conf
Merged. Thanks @binokaryg !
:tada: This issue has been resolved in version 4.1.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
https://github.com/medic/cht-conf/blob/4c8571e2d5742bf30795bf916c83413008153d93/README.md?plain=1#L69
Running
eval "$(cht-conf --shell-completion=bash)"
, gives this error:It should be
cht
instead ofcht-conf
.