dynamic-cli 0.7.0

A framework for building configurable CLI and REPL applications from YAML/JSON configuration files
Documentation

Build #4197370 2026-08-23 13:46:44

# rustc version rustc 1.100.0-nightly (c54751567 2026-08-22)

# docs.rs version docsrs 0.0.0 (e1bf2044f995578af06750ed1e554ccf8db7c5c4 2026-08-21 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "23ca72987c0e5f0a500941b9332de1346b57235244c594db569144e2c30ec15c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260822-1.100.0-nightly-c54751567\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j6" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting dynamic-cli v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `0` [INFO] [stderr] --> src/error/types.rs:144:49 [INFO] [stderr] | [INFO] [stderr] 144 | /// Path in the config (e.g., "commands[0].options[2].type") [INFO] [stderr] | ^ no item named `0` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `2` [INFO] [stderr] --> src/error/types.rs:144:60 [INFO] [stderr] | [INFO] [stderr] 144 | /// Path in the config (e.g., "commands[0].options[2].type") [INFO] [stderr] | ^ no item named `2` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `DefaultHelpFormatter` [INFO] [stderr] --> src/interface/repl.rs:312:32 [INFO] [stderr] | [INFO] [stderr] 312 | /// Pass `None` to use [`DefaultHelpFormatter`] lazily, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `DefaultHelpFormatter` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ParseError` [INFO] [stderr] --> src/parser/mod.rs:145:10 [INFO] [stderr] | [INFO] [stderr] 145 | //! of [`ParseError`]. Common error scenarios: [INFO] [stderr] | ^^^^^^^^^^ no item named `ParseError` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::plugin::wasm::WasmHandler` [INFO] [stderr] --> src/parser/mod.rs:289:12 [INFO] [stderr] | [INFO] [stderr] 289 | /// ([`crate::plugin::wasm::WasmHandler`]), which serializes arguments [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `WasmHandler` in module `wasm` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CliBuilder::register_handler` [INFO] [stderr] --> src/plugin/mod.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | //! name, exactly as [`CliBuilder::register_handler`] does. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `CliBuilder` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CliBuilder::build` [INFO] [stderr] --> src/plugin/system.rs:136:35 [INFO] [stderr] | [INFO] [stderr] 136 | /// Called automatically by [`CliBuilder::build()`] when the builtin is [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `CliBuilder` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CliBuilder::register_plugin` [INFO] [stderr] --> src/plugin/system.rs:137:26 [INFO] [stderr] | [INFO] [stderr] 137 | /// registered via [`CliBuilder::register_plugin`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `CliBuilder` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::builtin::system::SystemPlugin` [INFO] [stderr] --> src/plugin/builtin/exit.rs:18:42 [INFO] [stderr] | [INFO] [stderr] 18 | /// Use this instead of [`SystemPlugin`][crate::builtin::system::SystemPlugin] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `builtin` in module `dynamic_cli` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::builtin::system::SystemPlugin` [INFO] [stderr] --> src/plugin/builtin/help.rs:17:42 [INFO] [stderr] | [INFO] [stderr] 17 | /// Use this instead of [`SystemPlugin`][crate::builtin::system::SystemPlugin] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `builtin` in module `dynamic_cli` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::builtin::system::SystemPlugin` [INFO] [stderr] --> src/plugin/builtin/version.rs:17:42 [INFO] [stderr] | [INFO] [stderr] 17 | /// Use this instead of [`SystemPlugin`][crate::builtin::system::SystemPlugin] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `builtin` in module `dynamic_cli` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CommandRegistry` [INFO] [stderr] --> src/plugin/mod.rs:93:55 [INFO] [stderr] | [INFO] [stderr] 93 | /// validates and registers those handlers into the [`CommandRegistry`] during [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `CommandRegistry` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CliBuilder::build` [INFO] [stderr] --> src/plugin/mod.rs:94:7 [INFO] [stderr] | [INFO] [stderr] 94 | /// [`CliBuilder::build()`]. The plugin never has direct access to the registry. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `CliBuilder` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CliBuilder::register_handler` [INFO] [stderr] --> src/plugin/mod.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | /// [`CliBuilder::register_handler`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `CliBuilder` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ValidationRule::Range` [INFO] [stderr] --> src/validator/range_validator.rs:4:7 [INFO] [stderr] | [INFO] [stderr] 4 | //! [`ValidationRule::Range`] constraints. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `ValidationRule` in scope [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/interface/cli.rs:282:43 [INFO] [stderr] | [INFO] [stderr] 282 | /// [`ExecutionError::CommandFailed`][crate::error::ExecutionError::CommandFailed] [INFO] [stderr] | ------------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 282 - /// [`ExecutionError::CommandFailed`][crate::error::ExecutionError::CommandFailed] [INFO] [stderr] 282 + /// [`ExecutionError::CommandFailed`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/interface/cli.rs:415:38 [INFO] [stderr] | [INFO] [stderr] 415 | /// [`ScriptErrorPolicy::Abort`][ScriptErrorPolicy::Abort] and the run [INFO] [stderr] | -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 415 - /// [`ScriptErrorPolicy::Abort`][ScriptErrorPolicy::Abort] and the run [INFO] [stderr] 415 + /// [`ScriptErrorPolicy::Abort`] and the run [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `dyn` [INFO] [stderr] --> src/registry/command_registry.rs:121:39 [INFO] [stderr] | [INFO] [stderr] 121 | /// Value: (CommandDefinition, Box<dyn CommandHandler>) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `dynamic-cli` (lib doc) generated 18 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.28.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/dynamic_cli/index.html [INFO] running `Command { std: "docker" "inspect" "23ca72987c0e5f0a500941b9332de1346b57235244c594db569144e2c30ec15c", kill_on_drop: false }`