1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-28 09:40:04 +08:00

add NOBUILDIN

This commit is contained in:
2019-08-25 12:48:13 +08:00
parent 1aaf9129d1
commit e21990ddbb
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ use rust_util::util_env::*;
lazy_static! {
pub static ref VERBOSE: bool = is_env_on("BUILDJ_VERBOSE");
pub static ref NOAUTH: bool = is_env_on("BUILDJ_NOAUTH");
pub static ref NOBUILDIN: bool = is_env_on("BUILDJ_NOBUILDIN");
}
pub fn print_usage() {