intelli-shell 3.4.5

Like IntelliSense, but for shells
Documentation

Build #3691076 2026-06-26 11:42:58

# rustc version rustc 1.98.0-nightly (bd08c9e71 2026-06-25)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# 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" "21ae4f42e8f7f7dd4fb86c6e0ba2dd6c0d82e67c08a2190906331be20b38ad94" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260625-1.98.0-nightly-bd08c9e71\", \"--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\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: version requirement `1.1.0+spec-1.1.0` for dependency `toml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] warning: `intelli-shell` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting intelli-shell v3.4.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `Command` [INFO] [stderr] --> src/storage/mod.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | /// primarily [`Command`] and [`VariableValue`] entities [INFO] [stderr] | ^^^^^^^ no item named `Command` 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 `VariableValue` [INFO] [stderr] --> src/storage/mod.rs:32:33 [INFO] [stderr] | [INFO] [stderr] 32 | /// primarily [`Command`] and [`VariableValue`] entities [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `VariableValue` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `variable` [INFO] [stderr] --> src/cli.rs:91:51 [INFO] [stderr] | [INFO] [stderr] 91 | /// This command also supports an alternative <variable> syntax, to improve compatibility [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/cli.rs:444:55 [INFO] [stderr] | [INFO] [stderr] 444 | /// For a full list of available categories, see: https://github.com/tldr-pages/tldr/tree/main/pages [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 444 | /// For a full list of available categories, see: <https://github.com/tldr-pages/tldr/tree/main/pages> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/cli.rs:471:55 [INFO] [stderr] | [INFO] [stderr] 471 | /// For a full list of available categories, see: https://github.com/tldr-pages/tldr/tree/main/pages [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 471 | /// For a full list of available categories, see: <https://github.com/tldr-pages/tldr/tree/main/pages> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `unidecode` is both a function and a crate [INFO] [stderr] --> src/utils/string.rs:56:20 [INFO] [stderr] | [INFO] [stderr] 56 | /// This uses the [unidecode] crate to approximate non-ASCII characters with their closest ASCII equivalents, and then [INFO] [stderr] | ^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 56 | /// This uses the [unidecode()] crate to approximate non-ASCII characters with their closest ASCII equivalents, and then [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the crate, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 56 | /// This uses the [mod@unidecode] crate to approximate non-ASCII characters with their closest ASCII equivalents, and then [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `unidecode` is both a function and a crate [INFO] [stderr] --> src/utils/string.rs:77:20 [INFO] [stderr] | [INFO] [stderr] 77 | /// This uses the [unidecode] crate to approximate non-ASCII characters with their closest ASCII equivalents, and then [INFO] [stderr] | ^^^^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 77 | /// This uses the [unidecode()] crate to approximate non-ASCII characters with their closest ASCII equivalents, and then [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the crate, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 77 | /// This uses the [mod@unidecode] crate to approximate non-ASCII characters with their closest ASCII equivalents, and then [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `intelli-shell` (lib doc) generated 7 warnings (run `cargo fix --lib -p intelli-shell` to apply 2 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/intelli_shell/index.html [INFO] running `Command { std: "docker" "inspect" "21ae4f42e8f7f7dd4fb86c6e0ba2dd6c0d82e67c08a2190906331be20b38ad94", kill_on_drop: false }`