[−][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
allow_private: bool
Allow invocation of private tasks
skip_init_end_tasks: bool
If true, the init and end tasks are skipped
skip_tasks_pattern: Option<String>
Skip tasks that match the provided pattern
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
output_file: Option<String>
Output file name
print_time_summary: bool
Print time summary at end of the flow
Implementations
impl CliArgs
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CliArgs
[src]
impl Send for CliArgs
[src]
impl Sync for CliArgs
[src]
impl Unpin for CliArgs
[src]
impl UnwindSafe for CliArgs
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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.
pub fn to_owned(&self) -> T
[src]
pub 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.
pub 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.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,