Documentation ¶ Overview ¶ Package cmd provides the CLI commands for notion-sync. Package cmd provides the CLI commands for notion-sync. Index ¶ func NewApp() *cli.Command type LogFormat Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewApp ¶ func NewApp() *cli.Command NewApp creates the CLI application. Types ¶ type LogFormat ¶ added in v0.2.0 type LogFormat string LogFormat represents the log output format. const ( // LogFormatText is the human-readable text format (default). LogFormatText LogFormat = "text" // LogFormatJSON is the JSON-formatted structured logs. LogFormatJSON LogFormat = "json" ) Source Files ¶ View all Source files app.godisplay.go Click to show internal directories. Click to hide internal directories.