diff options
author | Doug Harris <dharris@truthinitiative.org> | 2018-05-15 09:22:48 -0400 |
---|---|---|
committer | Doug Harris <dharris@truthinitiative.org> | 2018-05-15 10:45:33 -0400 |
commit | faf0662fcbf8a8f7d14bdd99ffe9148616fbb4d3 (patch) | |
tree | f6643546c34b40fa08002327b63070bed4fe3756 | |
parent | bc53a964691844d33675beb60d1d9921312258ef (diff) | |
download | click-faf0662fcbf8a8f7d14bdd99ffe9148616fbb4d3.tar.gz |
Clarified how/what Click supports for command line options
-rw-r--r-- | docs/why.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/why.rst b/docs/why.rst index cd9c037..76b84e7 100644 --- a/docs/why.rst +++ b/docs/why.rst @@ -8,7 +8,7 @@ This question is easy to answer: because there is not a single command line utility for Python out there which ticks the following boxes: * is lazily composable without restrictions -* fully follows the Unix command line conventions +* supports implementation of Unix/POSIX command line conventions * supports loading values from environment variables out of the box * supports for prompting of custom values * is fully nestable and composable |