File: expected-doc-no-commands.md

package info (click to toggle)
golang-github-urfave-cli 1.22.5-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 704 kB
  • sloc: sh: 17; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
% greet(8) 

% Harrison

# NAME

greet - Some app

# SYNOPSIS

greet

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

# DESCRIPTION

app [first_arg] [second_arg]

**Usage**:

```
greet [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]
```

# GLOBAL OPTIONS

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

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

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