[−][src]Struct cli::types::CliArgs
Holds CLI args
Fields
command: StringThe command name
build_file: Option<String>The external Makefile.toml path
task: StringThe task to invoke
profile: Option<String>The profile name
log_level: StringLog level name
disable_color: boolDisables colorful output
cwd: Option<String>Current working directory
env: Option<Vec<String>>Environment variables
env_file: Option<String>Environment variables file
disable_workspace: boolPrevent workspace support
disable_on_error: boolPrevent on error flow even if defined in config section
allow_private: boolAllow invocation of private tasks
skip_init_end_tasks: boolIf true, the init and end tasks are skipped
print_only: boolOnly print the execution plan
list_all_steps: boolList all known steps
diff_execution_plan: boolDiff flows
disable_check_for_updates: boolDisables the update check during startup
experimental: boolAllows access unsupported experimental predefined tasks
arguments: Option<Vec<String>>additional command line arguments
output_format: StringOutput format
Methods
impl CliArgs[src]
Trait Implementations
impl Clone for CliArgs[src]
fn clone(&self) -> CliArgs[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for CliArgs[src]
Auto Trait Implementations
impl Unpin for CliArgs
impl Send for CliArgs
impl Sync for CliArgs
impl RefUnwindSafe for CliArgs
impl UnwindSafe for CliArgs
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,