pimutils / todoman

✅ A simple, standards-based, cli todo (aka: task) manager.

Home Page:https://todoman.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click repl doesn't show up

Rabidax opened this issue · comments

Hi,

I installed todoman with pipx and afterwards installed click-repl (official instructions, through pip). Yet the repl command doesn't show up : todo repl gives out

Error: No such command 'repl'.

Tried reinstalling todoman, didn't help.

Here is some version information :

todoman 4.3.1, installed using Python 3.10.12
pipx, version 1.2.0
click, version 8.0.3

Not sure what I did wrong, or what other information could be useful.
Thanks for your help

commented

Try pipx install 'todoman[repl]'.

Worked like a charm, thanks.