feat: Remove dotenvy_macro crate from dependencies

This commit is contained in:
Kevin Yue
2024-06-15 10:58:36 +08:00
parent c52d2bc0b6
commit 79083e5664
6 changed files with 25 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ pub(crate) struct SharedArgs {
#[derive(Subcommand)]
enum CliCommand {
#[command(about = "Connect to a portal server")]
Connect(ConnectArgs),
Connect(Box<ConnectArgs>),
#[command(about = "Disconnect from the server")]
Disconnect,
#[command(about = "Launch the GUI")]