Struct clapi::ContextBuilder [−][src]
pub struct ContextBuilder { /* fields omitted */ }Expand description
A builder for Context.
Implementations
Adds an option name prefix to the context.
Adds a option alias prefix to the context.
Adds an assign operator for this context.
Sets the SuggestionSource for this context.
Sets the HelpSource for this context.
Sets the help CommandOption for this context.
Sets the help Command for this context.
Sets the version CommandOption for this context.
Sets the version Command for this context.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ContextBuilder
impl !Send for ContextBuilder
impl !Sync for ContextBuilder
impl Unpin for ContextBuilder
impl !UnwindSafe for ContextBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
