pimalaya / himalaya

CLI to manage emails
https://pimalaya.org
MIT License
3.17k stars 95 forks source link

"--color" or "-C" option does not work #438

Closed fauxmight closed 1 year ago

fauxmight commented 1 year ago

Use of the -C or --color option yields error: Found argument '-C' which wasn't expected, or isn't valid in this context or error: Found argument '--color' which wasn't expected, or isn't valid in this context

soywod commented 1 year ago

Could you share the command you typed? I suspect you misplaced the argument, this one is a global one and should be placed before any command. himalaya -C list is correct but himalaya list -C is not.

soywod commented 1 year ago

I can confirm that you misplaced the argument, himalaya -C never list works as expected on develop.