great-docs config

Usage: great-docs config [OPTIONS]

  Generate a great-docs.yml configuration file.

  Creates a great-docs.yml file with all available options documented. The
  generated file contains commented examples for each setting.

  Examples:
    great-docs config                     # Generate in current directory
    great-docs config --force             # Overwrite existing file
    great-docs config --project-path ../pkg

Options:
  --project-path DIRECTORY  Path to your project root directory (default:
                            current directory)
  --force                   Overwrite existing great-docs.yml without
                            prompting
  --help                    Show this message and exit.