Re-exports§
pub use command::ArgSpec;pub use command::CommandMeta;pub use command::CommandSpec;pub use command::Example;pub use command::FlagSpec;pub use command::FlagValueType;pub use command::IoDirection;pub use command::Stream;pub use commands::all_metadata;pub use commands::all_structural_metadata;pub use commands::lower_command;pub use markdown::BlockMetadata;pub use markdown::FencedBlock;pub use markdown::extract_fenced_blocks;pub use parser::parse_guard_expr_str;pub use parser::parse_script;pub use strip_flags::strip_flags;pub use ast::*;
Modules§
- ast
- command
- commands
- Single-site command registry for all OxDock commands.
- markdown
- parser
- strip_
flags - test_
lower_ mock - Shared mock lowering for parser tests. Centralizes AST lowering so unit tests, integration tests, and macro_input tests all exercise the same command set against the same grammar.