Closed
Description
It seems clib gets confused if it's not invoked via PATH:
$ ./result/bin/clib search
Unsupported command "search"
This however, works:
$ PATH=./result/bin clib search | head
clibs/buffer
url: https://github.com/clibs/buffer
desc: tiny c-string library
nami-doc/trim.c
url: https://github.com/nami-doc/trim.c
desc: trim a string, in place
nami-doc/strlen.c
Tested clib version 1.4.2.