Struct ecla::Command [] [src]

pub struct Command { /* fields omitted */ }

Sub command

Methods

impl Command
[src]

Create a sub command

Set sub command's flags

Set sub command's value

Get a flag by flag names

Get sub command's values

Get sub command's value

Get sub command's name

Add a flag to sub command

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter.

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more