summaryrefslogtreecommitdiffstats
path: root/src/commands
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-07-24 10:31:06 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-07-24 10:31:06 -0400
commitf39c918bb7e454d622a06d25096f68e19d3fc915 (patch)
tree1a7d18e263c7f37d4f092e900393bc97ce297019 /src/commands
parentaaa99c2d98a8dfa791813c350677af59a896068e (diff)
make ambiguous command message more clear
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/show_tasks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/show_tasks.rs b/src/commands/show_tasks.rs
index 64312a1..9dd8ddf 100644
--- a/src/commands/show_tasks.rs
+++ b/src/commands/show_tasks.rs
@@ -4,9 +4,9 @@ use crate::error::JoshutoResult;
use crate::event::process_event;
use crate::event::AppEvent;
use crate::key_command::{Command, CommandKeybind};
+use crate::traits::ToString;
use crate::ui::views::TuiWorkerView;
use crate::ui::AppBackend;
-use crate::util::to_string::ToString;
pub fn show_tasks(
context: &mut AppContext,