The spec defines multiple names for some styles.
For example to get inverted colors the user can choose from five! options:
invert, inverted, inverse, reverse, reversed.
Why did you choose to support this? Are there similar tools that use some of these so different users may intuitively try different ones?
I think that if it can be avoided, the spec should only specify a single one to avoid ambiguity. It can be confusing to see so many different variations resulting in the same outcome.
Maybe it would be better to support a short and a long version like - and -- options.
What is your opinion about it?
The spec defines multiple names for some styles.
For example to get inverted colors the user can choose from five! options:
invert,inverted,inverse,reverse,reversed.Why did you choose to support this? Are there similar tools that use some of these so different users may intuitively try different ones?
I think that if it can be avoided, the spec should only specify a single one to avoid ambiguity. It can be confusing to see so many different variations resulting in the same outcome.
Maybe it would be better to support a short and a long version like
-and--options.What is your opinion about it?