Expand description
Shared CLI bootstrap utilities.
Structsยง
- CliApp
- Shared CLI context holding the workspace root and quiet-mode flag.
- Process
Workspace ๐Environment
Traitsยง
- Workspace
Environment ๐
Functionsยง
- boot
- Bootstrap a CLI tool: print the banner (unless quiet) and resolve the workspace root.
- entry_
exists ๐ - is_
directory ๐ - workspace_
root - Find the workspace root by checking an explicit env var,
CARGO_MANIFEST_DIR, then walking up from cwd. - workspace_
root_ ๐with