clap 4.1.13

A simple to use, efficient, and full-featured Command Line Argument Parser
Documentation

clap

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 19 feature flags, 7 of them enabled by default.

default

  • std
  • color
  • help
  • usage
  • error-context
  • suggestions

std

    This feature flag does not enable additional features.

color

  • dep:is-terminal
  • dep:termcolor

help

    This feature flag does not enable additional features.

usage

    This feature flag does not enable additional features.

error-context

    This feature flag does not enable additional features.

suggestions

  • dep:strsim
  • error-context

unstable-doc

  • derive
  • cargo
  • wrap_help
  • env
  • unicode
  • string
  • unstable-replace

derive

  • dep:clap_derive
  • dep:once_cell

wrap_help

  • help
  • dep:terminal_size

unicode

  • dep:unicode-width
  • dep:unicase

unstable-v5

  • clap_derive?/unstable-v5
  • deprecated

debug

  • clap_derive?/debug
  • dep:backtrace

deprecated

  • clap_derive?/deprecated

cargo

  • dep:once_cell

env

    This feature flag does not enable additional features.

unstable-replace

    This feature flag does not enable additional features.

unstable-grouped

    This feature flag does not enable additional features.

string

    This feature flag does not enable additional features.