Generate completion scripts for many different shells.

Usage: cargo public-api completions [OPTIONS] <SHELL>

Arguments:
  <SHELL>  [possible values: bash, elvish, fig, fish, nushell, powershell, zsh]

Options:
      --manifest-path <PATH>  Path to `Cargo.toml` [default: Cargo.toml]
  -p, --package <PACKAGE>     Name of package in workspace to list or diff the public API for
      --omit <OMIT>           Omit noisy items [possible values: blanket-impls, auto-trait-impls,
                              auto-derived-impls]
  -s, --simplified...         Shorthand for omitting noisy items. Can be used more than once.
      --include <INCLUDE>     Include extra details [possible values: function-parameter-names]
  -v, --verbose...            Shorthand for including extra details.
  -F, --features <FEATURES>   Space or comma separated list of features to activate
      --all-features          Activate all available features
      --no-default-features   Do not activate the `default` feature
      --target <TARGET>       Build for the target triple
      --color [<COLOR>]       When to color the output [possible values: auto, never, always]
  -h, --help                  Print help (see more with '--help')
