diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:10:16 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:53 -0400 |
commit | 1435d87469d54e7fb8a5c2449fd75120fb34973e (patch) | |
tree | 235dd8a901c60942449ec67442b927c99ac82b97 /python/click-default-group/README | |
parent | 19b60cb2c825dfdc8b6e44e2b1042bdddc559c38 (diff) |
python/click-default-group: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/click-default-group/README')
-rw-r--r-- | python/click-default-group/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/click-default-group/README b/python/click-default-group/README index 1a3265603582..b93d1e69e2ba 100644 --- a/python/click-default-group/README +++ b/python/click-default-group/README @@ -1 +1,2 @@ -Extends click.Group to invoke a command without explicit subcommand name. +Extends click.Group to invoke a command without explicit subcommand +name. |