ca4f2a44ed
Improve color parsing, add `ConfigError`, put `invocation_directory` on Config object, return error code from `run::run` instead of exiting.
6 lines
83 B
Rust
6 lines
83 B
Rust
fn main() {
|
|
if let Err(code) = just::run() {
|
|
std::process::exit(code);
|
|
}
|
|
}
|