Enum python_launcher::cli::Action [−][src]
pub enum Action { Help(String, PathBuf), List(String), Execute { launcher_path: PathBuf, executable: PathBuf, args: Vec<String>, }, }
Expand description
Represents the possible outcomes based on CLI arguments.
Variants
The -h
output for the command itself along with the path to a
Python executable to get its own -h
output.
List(String)
A formatted string listing all found executables.
Details for executing a found Python executable.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Action
impl UnwindSafe for Action
Blanket Implementations
Mutably borrows from an owned value. Read more