refactor: refactor

This commit is contained in:
graelo 2021-03-17 22:13:13 +01:00
parent 0e0e581f86
commit d2d3e812fc
5 changed files with 7 additions and 8 deletions

View file

@ -11,6 +11,7 @@ pub mod output_destination;
pub mod process;
pub mod regexes;
pub mod selection;
pub mod tmux;
pub mod ui;
/// Run copyrat on an input string `buffer`, configured by `Opt`.