diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-08-25 16:30:23 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-08-25 16:30:23 +0000 |
commit | 8e8566b2d6bf124658bc1e870f043f38a89e29b3 (patch) | |
tree | faf60e08123fcfe803873965dabbce683dfe6f85 /devel/go-cobra | |
parent | d88b78af53580d21f09330b05e03fd02527d2882 (diff) | |
download | pkgsrc-8e8566b2d6bf124658bc1e870f043f38a89e29b3.tar.gz |
Fix formatting of go DESCR files. Some of the contents still leave a lot to be
desired.
Diffstat (limited to 'devel/go-cobra')
-rw-r--r-- | devel/go-cobra/DESCR | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/go-cobra/DESCR b/devel/go-cobra/DESCR index df7b88d20d0..cbd788e380f 100644 --- a/devel/go-cobra/DESCR +++ b/devel/go-cobra/DESCR @@ -1 +1,2 @@ -Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files. +Cobra is both a library for creating powerful modern CLI applications as well +as a program to generate applications and command files. |