Skip to content

misleading suggestion: python3-pygments should be pygments #116

@tomasohara

Description

@tomasohara

The usage for colout gives a misleading suggestion:

$ echo "fubar" | colout "fubar" Green;
[colout] ERROR: Unknown color: Green (maybe you forgot to install python3-pygments?)

$ pip install python3-pygments?
ERROR: Invalid requirement: 'python3-pygments?'

$ pip install pygments
Requirement already satisfied: pygments in ...

Note that it would be good to check for pygments before suggesting it.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions