Skip to content

Commit

Permalink
updated use order
Browse files Browse the repository at this point in the history
  • Loading branch information
KCaverly committed Jan 6, 2023
1 parent 5c5e055 commit d5d98d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ mod ssh;
mod tmux;

use clap::{Parser, Subcommand};
use docker::DockerCommand;
use dirs::DirsCommand;
use docker::DockerCommand;
use ssh::SSHCommand;
use std::process::{Command, Stdio};
use std::str;
Expand Down

0 comments on commit d5d98d8

Please sign in to comment.