Structs§
- CliCompile
Result - CliInput
- Normalized CLI input shared across discovery, planning, and runtime phases.
- Discovered
Onlyfile - Discovered
Onlyfileinput for CLI execution. - Document
Ast - Execution
Plan - Loaded
Onlyfile - Loaded
Onlyfilesource plus parsed semantic document. - Namespace
Ast - Param
Ast - TaskAst
Enums§
- Directive
Ast - Only
Error - Host-facing application error.
- Shell
Kind
Functions§
- build_
cli - Builds the full dynamic CLI from a parsed semantic document.
- build_
execution_ plan - Builds an execution plan for the requested CLI invocation from raw source text.
- build_
execution_ plan_ in_ dir - Builds an execution plan for the requested CLI invocation from raw source text and working directory.
- build_
global_ cli - Builds the global CLI skeleton shared by bootstrap and dynamic help.
- compile_
for_ cli - Compiles in-memory source text for CLI execution.
- compile_
for_ cli_ input - Compiles in-memory source text for a concrete CLI target using the new semantic/engine path.
- compile_
for_ cli_ input_ in_ dir - Compiles in-memory source text for a concrete CLI target using an explicit working directory.
- discover_
onlyfile - Discovers and reads the target
Onlyfile. - load_
onlyfile - Loads and parses the requested Onlyfile.
- parse_
onlyfile - Parses Onlyfile source text into the current semantic document.
- render_
available_ tasks - Renders the compact task list shown by
onlywith no task target. - render_
error_ message - Renders the top-level host error message.
- render_
global_ help - Renders bootstrap help used before
Onlyfilediscovery succeeds. - render_
help - Renders dynamic help from a parsed semantic document.
- render_
help_ hint - Renders the generic help hint shown after discovery failures.
- render_
namespace_ help - Renders help for a group and all of its child tasks.
- run
- Runs the default CLI entry point with two-phase parsing.
- run_
plan - Runs the resolved execution plan.
- run_
with - Runs the application with pre-parsed CLI input.
- version_
string - Returns the published CLI version string.