[][src]Module rusty_ci::helper

Re-exports

pub use stdio::input;
pub use stdio::yes_or_no;

Modules

stdio

Structs

Cmd

This struct is basically identical to the std::process::Command, but when it is executed, it returns the stdout of the process as a string.

File

A no-op struct that allows you to easily manipulate files.

Functions

unwrap

This function unwraps a Yaml object, takes its first value, and converts it into a string, and trims quotation marks.