lujiajing1126 / redis-cli

A Redis-Cli Tool written in typescript for terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-h works but --host does not

humphd opened this issue · comments

I notice that --host doesn't work for me, while -h does:

$ npx redis-cli --host redis FLUSHDB
Unrecognized option or bad number of args for: '--host'
❯ npx redis-cli -h redis FLUSHDB
OK

Maybe something related to running via npx, or maybe a bug?