...

Text file src/github.com/urfave/cli/v2/testdata/expected-doc-no-flags.md

Documentation: github.com/urfave/cli/v2/testdata

     1# NAME
     2
     3greet - Some app
     4
     5# SYNOPSIS
     6
     7greet
     8
     9# DESCRIPTION
    10
    11Description of the application.
    12
    13**Usage**:
    14
    15```
    16app [first_arg] [second_arg]
    17```
    18
    19# COMMANDS
    20
    21## config, c
    22
    23another usage test
    24
    25**--another-flag, -b**: another usage text
    26
    27**--flag, --fl, -f**="": 
    28
    29### sub-config, s, ss
    30
    31another usage test
    32
    33**--sub-command-flag, -s**: some usage text
    34
    35**--sub-flag, --sub-fl, -s**="": 
    36
    37## info, i, in
    38
    39retrieve generic information
    40
    41## some-command
    42
    43
    44## usage, u
    45
    46standard usage text
    47
    48    Usage for the usage text
    49    - formatted:  Based on the specified ConfigMap and summon secrets.yml
    50    - list:       Inspect the environment for a specific process running on a Pod
    51    - for_effect: Compare 'namespace' environment with 'local'
    52    
    53    ```
    54    func() { ... }
    55    ```
    56    
    57    Should be a part of the same code block
    58
    59**--another-flag, -b**: another usage text
    60
    61**--flag, --fl, -f**="": 
    62
    63### sub-usage, su
    64
    65standard usage text
    66
    67>Single line of UsageText
    68
    69**--sub-command-flag, -s**: some usage text

View as plain text