tealdeer-rs / tealdeer

A very fast implementation of tldr in Rust.
https://tealdeer-rs.github.io/tealdeer/
Apache License 2.0
4.17k stars 123 forks source link

Unknown flag: '-t' error on Arch #154

Closed IevgenSobko closed 3 years ago

IevgenSobko commented 3 years ago

Installed tealder with cargo install tealder, but no matter what options I use it provides me the same output

Unknown flag: '-t'

Verified also on latest Manjaro with the same result and AUR version.

2020-11-12_21-42

dbrgn commented 3 years ago

I cannot reproduce this issue. I suspect it has something to do with your shell completions.

What shell do you use, and if you installed the package through cargo, did you manually install any completions for it? Maybe completions for a different tldr client are installed?

IevgenSobko commented 3 years ago

@dbrgn Thaks for the help it was really my alias in bash to use specific color theme for NodeJS tldr client that I've used before.