urfave-cli/testdata/expected-doc-no-commands.md
Link Dupont 6373f5bf65
feat(docs): Include Description and UsageText in docs output (#1287)
Include Description as part of the DESCRIPTION section, and put UsageText (if it is non-zero) into the Usage subsection.
2021-07-06 20:20:47 -04:00

376 B

% greet 8

NAME

greet - Some app

SYNOPSIS

greet

[--another-flag|-b]
[--flag|--fl|-f]=[value]
[--socket|-s]=[value]

DESCRIPTION

Description of the application.

Usage:

app [first_arg] [second_arg]

GLOBAL OPTIONS

--another-flag, -b: another usage text

--flag, --fl, -f="":

--socket, -s="": some 'usage' text (default: value)