intelli-shell 3.4.1

Like IntelliSense, but for shells
Documentation

Build #3301388 2026-05-16 15:52:16

# rustc version rustc 1.97.0-nightly (d7f14d3d8 2026-05-15)

# docs.rs version docsrs 0.0.0 (e3981f6f5e851656470d52001364bbb946056a06 2026-05-14 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/intelli-shell-3.4.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/intelli-shell-3.4.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "8-13" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 48b707f589a5bd4a663199076ae91b191fec62aee37e4f50cfc21e84b0edf1c9 [INFO] running `Command { std: "docker" "start" "48b707f589a5bd4a663199076ae91b191fec62aee37e4f50cfc21e84b0edf1c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "48b707f589a5bd4a663199076ae91b191fec62aee37e4f50cfc21e84b0edf1c9" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260515-1.97.0-nightly-d7f14d3d8\", \"--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: 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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting intelli-shell v3.4.1 (/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:467:55 [INFO] [stderr] | [INFO] [stderr] 467 | /// 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] 467 | /// 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 5.46s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/intelli_shell/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "48b707f589a5bd4a663199076ae91b191fec62aee37e4f50cfc21e84b0edf1c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "48b707f589a5bd4a663199076ae91b191fec62aee37e4f50cfc21e84b0edf1c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48b707f589a5bd4a663199076ae91b191fec62aee37e4f50cfc21e84b0edf1c9", kill_on_drop: false }` [INFO] [stdout] 48b707f589a5bd4a663199076ae91b191fec62aee37e4f50cfc21e84b0edf1c9