pyssg is pre-1.0 and under active development - APIs, config, and themes may change.
pyssg.cli.commands

1 min read

pyssg.cli.commands

Command modules for the pyssg CLI.

Importing this package registers every subcommand on :data:pyssg.cli.app.app as a side effect. The package pyssg.cli __init__ imports it before exposing :func:pyssg.cli.app.main, so the command tree is fully built by the time the CLI runs.