Expand description
The prdoc cli is an empty shell that is mostly gathering user input and passing it to the function implemented in this module.
Modulesยง
- check
- Implementation of the check command. This command attempts to load a PRDoc file and checks whether it adheres to the schema or not.
- generate
- Implementation of the generate command. This command generates a new PRDoc file.
- load
- Implementation of the load command. This command loads a PRDoc file and outputs its content as YAML or JSON. Load can also work on several files and aggregates its output as array in that case.
- scan
- Implementation of the scan command.
- version
- Implementation of the version command