diff options
| author | 2025-02-07 03:55:59 -0600 | |
|---|---|---|
| committer | 2025-02-07 03:55:59 -0600 | |
| commit | 12b9f45508f5f52e470416ce2e519b1c827c5db1 (patch) | |
| tree | e105804ae81afc1144c88a49eeeaeaa364e6bbb0 /ozone-cli/src/main.rs | |
| parent | more work on cli (diff) | |
finish up changes
now just need to finish the command
Diffstat (limited to 'ozone-cli/src/main.rs')
| -rw-r--r-- | ozone-cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ozone-cli/src/main.rs b/ozone-cli/src/main.rs index d18e9b8..adfeb71 100644 --- a/ozone-cli/src/main.rs +++ b/ozone-cli/src/main.rs @@ -5,7 +5,7 @@ use std::process::ExitCode; use log::{error, info, trace}; use clap::Parser; use ozone::launcher::{Launcher, Settings}; - +use ozone::launcher::version::VersionList; use crate::cli::{Cli, ProfileCommand, RootCommand}; async fn main_inner(cli: Cli) -> Result<ExitCode, Box<dyn Error>> { |
