edlang/search.desc/clap_builder/clap_builder-desc-0-.js

1 line
36 KiB
JavaScript
Raw Permalink Normal View History

searchState.loadedDescShard("clap_builder", 0, "<code>clap_builder</code>\nEnables colored output regardless of whether or not the \nParse a set of arguments into a user-defined container.\nEnables colored output only when the output is going to a \nRepresents the color preferences for program output\nCreate a <code>Command</code> relevant for a user-defined container.\nCommand Line Argument Parser Error\nConverts an instance of <code>ArgMatches</code> to a user-defined \n<code>Arg</code> or <code>ArgGroup</code> identifier\nDisables colored output no matter if the output is going \nParse command-line arguments into <code>Self</code>.\nParse a sub-command into a user-defined enum.\nParse arguments into enums.\nCreate an <code>Arg</code> from a usage string.\nGet the raw string of the <code>Id</code>\nAppend to <code>Command</code> so it can instantiate <code>Self</code>.\nAppend to <code>Command</code> so it can update <code>self</code>.\nAppend to <code>Command</code> so it can instantiate <code>Self</code>.\nAppend to <code>Command</code> so it can update <code>self</code>.\nDefine <code>Command</code> line arguments\nBuild a <code>Command</code> that can instantiate <code>Self</code>.\nRequires <code>cargo</code> feature flag to be enabled.\nBuild a <code>Command</code> that can update <code>self</code>.\nError reporting\nReturns the argument unchanged.\nReturns the argument unchanged.\nInstantiate <code>Self</code> from <code>ArgMatches</code>, parsing the arguments as \nInstantiate <code>Self</code> from <code>ArgMatches</code>, parsing the arguments as \nInstantiate <code>Self</code> from <code>ArgMatches</code>, parsing the arguments as \nParse an argument into <code>Self</code>.\nParse an argument into <code>Self</code>.\nReport the <code>ArgGroup::id</code> for this set of arguments\nReport the <code>ArgGroup::id</code> for this set of arguments\nTest whether <code>Self</code> can parse a specific subcommand\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nParse from <code>std::env::args_os()</code>, exit on error.\nParse from <code>std::env::args_os()</code>, exit on error.\nParse from iterator, exit on error.\nParse from iterator, exit on error.\n<code>Command</code> line argument parser\nReport all <code>possible_values</code>\nThe canonical argument value.\nParse from <code>std::env::args_os()</code>, return Err on error.\nParse from <code>std::env::args_os()</code>, return Err on error.\nParse from iterator, return Err on error.\nParse from iterator, return Err on error.\nUpdate from iterator, return Err on error.\nUpdate from iterator, return Err on error.\nUpdate from iterator, exit on error.\nUpdate from iterator, exit on error.\nAssign values from <code>ArgMatches</code> to <code>self</code>.\nAssign values from <code>ArgMatches</code> to <code>self</code>.\nAssign values from <code>ArgMatches</code> to <code>self</code>.\nSelect a <code>ValueParser</code> implementation from the intended type\nAll possible argument values, in display order.\nAny existing path.\nWhen encountered, store the associated value(s) in \nThe abstract representation of a command line argument. \nBehavior of arguments when they are encountered while \nFamily of related arguments.\nOperations to perform on argument values\nImplementation for <code>ValueParser::bool</code>\nParse bool-like string values, everything else is <code>true</code>\nBuild a command-line interface.\nName of a command, without arguments. May be relative to \nA single string containing a command and its arguments.\nCapture the remaining arguments as a command name and \nWhen encountered, increment a <code>u8</code> counter starting from <code>0</code>.\nPath to a directory.\nNor argument values, or a flag\nEmail address.\nParse an <code>ValueEnum</code> value.\nDoes the argument match the specified value?\nPath to an executable file.\nParse false-like string values, everything else is <code>true</code>\nPath to a file.\nWhen encountered, display <code>Command::print_help</code>\nWhen encountered, dis