From d1ac6d7263c78538414f0c944b8f6ca50a8c286e Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 6 Feb 2025 21:09:12 -0600 Subject: wip: some changes --- ozone-cli/src/cli.rs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ozone-cli/src/cli.rs') diff --git a/ozone-cli/src/cli.rs b/ozone-cli/src/cli.rs index 407ee50..281a996 100644 --- a/ozone-cli/src/cli.rs +++ b/ozone-cli/src/cli.rs @@ -16,7 +16,16 @@ pub struct ProfileCreateArgs { /// Clone profile information from an existing profile. #[arg(long, short = 'c')] - pub clone: String + pub clone: Option, + + /// The Minecraft version to be launched by this profile. Will use the latest release by default. + #[arg(long, short = 'v')] + pub version: Option, + + /// The instance in which this profile will launch the game. By default, will create a new instance + /// with the same name as this profile. + #[arg(long, short = 'i')] + pub instance: Option } #[derive(Subcommand, Debug)] -- cgit v1.2.3-70-g09d2