Skip to content

Commit

Permalink
Upstep tokiocli
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumepellegrino committed Mar 17, 2024
1 parent 11c0fe0 commit 0df3418
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "acsrs"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "A simple ACS written in rust"
readme = "README.md"
@@ -44,7 +44,7 @@ daemonize = "0.5.0"
eyre = "0.6.8"
flume = "0.10.14"
termios = "0.3.3"
tokiocli = "0.1.0"
tokiocli = "0.1.2"
log = "0.4.17"
simplelog = "0.12.1"
syslog = "6.1.0"
3 changes: 3 additions & 0 deletions src/acscli.rs
Original file line number Diff line number Diff line change
@@ -566,6 +566,9 @@ impl AcsCli {
println!("Error: {:?}", err);
}
},
Action::NoAction => {
self.exit = true;
},
}
if self.exit {
break;

0 comments on commit 0df3418

Please sign in to comment.