[][src]Module rusty_ci::helper

This crate can also be used as a library for other tools to generate buildbot projects

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

unmatched_quotes

This function takes a Yaml object and confirms that there are no unmatched quotes! If there are unmatched quotes, it returns the line with unmatched quotes

unquote

Unquotes s.

unwrap

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