feat: hand back the command's exit code
This commit is contained in:
@@ -15,7 +15,7 @@ pub fn run(service: &str, rest: &[String]) -> Result<()> {
|
||||
.args("run --rm")
|
||||
.arg(service)
|
||||
.args(rest)
|
||||
.exec()
|
||||
.exec_replace()
|
||||
}
|
||||
|
||||
pub fn exec(service: &str, rest: &[String]) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user