removed 'no sessions' text from list command with quiet flag set
This commit is contained in:
parent
d3a408ad33
commit
4f76590930
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ pub fn list(state: &mut State) {
|
||||||
|
|
||||||
// handle empty case
|
// handle empty case
|
||||||
if sessions.len() == 0 {
|
if sessions.len() == 0 {
|
||||||
println!("no sessions");
|
if !state.flags.quiet { println!("no sessions"); }
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue