Expand description
CLI argument parsing and command definitions.
Provides the common CLI structure that all Fabryk-based applications share: configuration, verbosity, and base commands (serve, index, version, health, graph).
Domain applications extend this via the CliExtension trait.
Structs§
- CliArgs
- Top-level CLI arguments for Fabryk applications.
- Config
Command - Config-specific subcommands.
- Graph
Command - Graph-specific subcommands.
Enums§
- Base
Command - Built-in commands shared by all Fabryk applications.
- Config
Action - Available config subcommands.
- Graph
Subcommand - Available graph subcommands.
Traits§
- CliExtension
- Extension point for domain-specific CLI commands.