sharkdp / pastel

A command-line tool to generate, analyze, convert and manipulate colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`pastel pick` does not work and suggests unhelpful advice.

vi opened this issue · comments

$ pastel pick
<large square with colour samples in terminal>
[pastel error]: Could not find any external color picker tool. See 'pastel pick -h' for more information.

$ pastel pick -h
pastel-pick
Interactively pick a color from the screen (pipette)

USAGE:
    pastel pick [count]

ARGS:
    <count>    Number of colors to pick [default: 1]

OPTIONS:
    -h, --help    Print help information

I expected to be information about external colour picker tools in pastel pick -h output, but there are no actionable items provided in the help output, only regular usage message.

Thank you for reporting that. I think it should say:

"See 'pastel pick --help' for more information"