summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-04-15 14:01:20 +0200
committerCanop <cano.petrole@gmail.com>2020-04-15 14:01:20 +0200
commit0e5f471527721cf94347dabb6d4e8b606e3f6db2 (patch)
treeee2d08f16abd6ea73072bf8d599d561fc99f105a /src/cli.rs
parentf9c5b49358ec1654cceed5aacc8620bf060acb4d (diff)
refactor verbs for more type enforced sanity
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 8cda3db..b5a9c61 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -13,7 +13,7 @@ use {
},
conf::Conf,
errors::{ProgramError, TreeBuildError},
- external::Launchable,
+ launchable::Launchable,
screens::Screen,
shell_install::{
ShellInstall,