srid/cargo-doc-live

Add option to configure `cargo doc` arguments

Offen

#2 geöffnet am 14.08.2023

 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Nix (4 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (12 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

https://github.com/srid/cargo-doc-live/blob/fb1d4439d847f01ce4ccf1905d1630c1994569b0/flake-module.nix#L57

Instead of hardcoding --document-private-items --all-features, allow the user to specify them as module options. Eg.:

{
  cargo-doc-live = {
    cargo-doc-args = "--document-private-items --all-features";
  };
}

Contributor Guide