summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-06-08 09:27:21 +0200
committerCanop <cano.petrole@gmail.com>2019-06-08 09:31:39 +0200
commit44d3be5e5aaa5c1cf66e151ebd8a2f7e3c399c16 (patch)
tree385a3eada2e721375cf810c3d875a70797f7b9f4 /src/main.rs
parenta848be3173a6cfdb9b4af7554180fda13b350dad (diff)
configurable skin supported on help screen and in :print_tree screen outputv0.8.0
also bump version to 0.8, as it's the first deployed version based on crossterm&termimad and having some kind of windows support
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 22ac1ce..af073b9 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -12,8 +12,8 @@ mod app_context;
mod browser_states;
mod browser_verbs;
mod cli;
-mod commands;
mod command_parsing;
+mod commands;
mod conf;
mod displayable_tree;
mod errors;
@@ -40,9 +40,9 @@ mod status;
mod task_sync;
mod tree_build;
mod tree_options;
-mod verbs;
mod verb_invocation;
mod verb_store;
+mod verbs;
use log::LevelFilter;
use simplelog;