diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:06:28 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:06:28 -0400 |
commit | d2a8ab0580fd1d8a9063fe3f9dfbce07bd059072 (patch) | |
tree | 2ccdcb5a449842fbb17b62018d15881244e7d95c /python/Baker | |
parent | 8ae6becb79419e51894615d5edb867f3a0b559dc (diff) |
python/Baker: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/Baker')
-rw-r--r-- | python/Baker/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/Baker/README b/python/Baker/README index b7ec551c51530..040e8a3bd8431 100644 --- a/python/Baker/README +++ b/python/Baker/README @@ -1,3 +1,4 @@ Easy, powerful access to Python functions from the command line. -Baker lets you easily add a command line interface to your Python functions -using a simple decorator, to create scripts with "sub-commands". +Baker lets you easily add a command line interface to your +Python functions using a simple decorator, to create scripts with +"sub-commands". |