Man-Page

SYNOPSIS

parsec-cli man-page [–mode] [-h|–help] [OUTPUT]

DESCRIPTION

Print CLI man pages to the console or a file

OPTIONS

–mode <MODE> [default: all-in-one]
How the man pages would be written to the output path

Possible values:
  • all-in-one: All man entries are written in the single file

  • separate: Each man entry is written to its own file

-h, –help

Print help (see a summary with -h)

[OUTPUT] [default: -]

Man page(s) output path

The output path should be a file or a directory depending on `mode`.