summaryrefslogtreecommitdiffstats
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index da39d43..02900a7 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -39,6 +39,7 @@ pub mod show_help;
pub mod show_hidden;
pub mod show_tasks;
pub mod sort;
+pub mod stdout;
pub mod sub_process;
pub mod subdir_fzf;
pub mod tab_ops;