Make generated man pages more easy to read with items

Allow Cobra to output a more list items friendly format, this make
reading of the documentation more easily using information from
manpages.
This commit is contained in:
Quentin Bourgeois
2018-08-27 17:42:54 +02:00
parent 5cc224e44a
commit a065ada46a
2 changed files with 12 additions and 16 deletions
+5 -5
View File
@@ -21,11 +21,11 @@ The "diff" command shows differences from the first to the second snapshot. The
first characters in each line display what has happened to a particular file or
directory:
+ The item was added
- The item was removed
U The metadata (access mode, timestamps, ...) for the item was updated
M The file's content was modified
T The type was changed, e.g. a file was made a symlink
* + The item was added
* - The item was removed
* U The metadata (access mode, timestamps, ...) for the item was updated
* M The file's content was modified
* T The type was changed, e.g. a file was made a symlink
`,
DisableAutoGenTag: true,
RunE: func(cmd *cobra.Command, args []string) error {