[−][src]Struct cli::types::CliArgs
Holds CLI args
Fields
command: String
The command name
build_file: Option<String>
The external Makefile.toml path
task: String
The task to invoke
profile: Option<String>
The profile name
log_level: String
Log level name
disable_color: bool
Disables colorful output
cwd: Option<String>
Current working directory
env: Option<Vec<String>>
Environment variables
env_file: Option<String>
Environment variables file
disable_workspace: bool
Prevent workspace support
disable_on_error: bool
Prevent on error flow even if defined in config section
print_only: bool
Only print the execution plan
list_all_steps: bool
List all known steps
diff_execution_plan: bool
Diff flows
disable_check_for_updates: bool
Disables the update check during startup
experimental: bool
Allows access unsupported experimental predefined tasks
arguments: Option<Vec<String>>
additional command line arguments
output_format: String
Output format
Methods
impl CliArgs
[src]
impl CliArgs
Trait Implementations
impl Clone for CliArgs
[src]
impl Clone for CliArgs
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]
impl Debug for CliArgs
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)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> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId | [src] |