diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-06 22:17:49 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-06 22:17:49 +0100 |
| commit | 7761f8b4814b86bb23fb3d1b8498b147bd1313e9 (patch) | |
| tree | 3c368df93d2acaee748a59e5cfacb03ae6ee637a /src/main.rs | |
| parent | a9e0a8829a0b83cc44e1b24a8ae5df762adf0f76 (diff) | |
Formatting
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index ae36289..45ebe7b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,7 +9,7 @@ mod remote; mod template; mod utils; -use command::{available_commands, help::Help, Command}; +use command::{Command, available_commands, help::Help}; use configuration::Configuration; use std::env::args; use std::io::Result; |