refactor: tmux -> comm/tmux.rs

This commit is contained in:
graelo 2021-03-20 22:54:14 +01:00
parent 7c7799ffbd
commit 9426d8bfee
4 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pub mod comm;
pub mod error;
pub mod output_destination;
pub mod textbuf;
pub mod tmux;
pub mod ui;
use clap::Clap;