Structs§
- BgxArgs
- Args for the hidden
bgxalias. WrapsToolRunArgsverbatim so the two variants share their entire surface; the wrapper exists only so clap renders help / errors withbgxas the program name. - Cli
- PhpPref
Args - Shared PHP-source preference flags (uv’s system-Python model adapted
to PHP). Flattened into
sync/run;--managed-phpand--no-managed-phpare mutually exclusive. With none set, bougie’s default applies: prefer an installed managed PHP, then a qualifying system PHP, then download a managed one. - Serve
Args - Default-action arguments for
bougie server(no subcommand): register the current project with the shared dev server, print its URL, and stream its log. - Server
Args bougie server— the project verb plus its management subcommands. With no subcommand, the flattenedServeArgsdrive the default “serve the current project” action; otherwise aServerCommandruns.- Tool
RunArgs
Enums§
- Abandoned
Handling - How
composer audittreats abandoned packages. - Cache
Command - Command
- Composer
Command - ExtCommand
- Output
Format - PhpCommand
- Projects
Command - Self
Command - Server
Command - Server
Hosts Command - Server
TlsCommand - Services
Command - Services
Daemon Command - Tool
Command
Constants§
- LONG_
VERSION - Full version string, uv-style:
0.6.4 (63c5f57d3 2026-05-08 <target>).