We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adef64 commit 13ca5c2Copy full SHA for 13ca5c2
vortex-tui/src/main.rs
@@ -42,7 +42,7 @@ enum Commands {
42
fn main() {
43
let cli = Cli::parse();
44
match cli.command {
45
- Commands::Tree { file } => TOKIO_RUNTIME.block_on(exec_tree(file)).expect("exec_tre"),
+ Commands::Tree { file } => TOKIO_RUNTIME.block_on(exec_tree(file)).expect("exec_tree"),
46
Commands::Convert { file, quiet } => TOKIO_RUNTIME
47
.block_on(exec_convert(file, Flags { quiet }))
48
.expect("exec_convert"),
0 commit comments