use ;
use Shell;
use Args;
use env;
use Result;
/// Environment variable for the output directory.
const OUT_DIR_ENV: &str = "OUT_DIR";
/// Shell completions can be created with:
///
/// ```sh
/// cargo run --bin flawz-completions
/// ```
///
/// in a directory specified by the environment variable OUT_DIR.
/// See <https://doc.rust-lang.org/cargo/reference/environment-variables.html>