From 8c8e75acddc05756b9fcd132347707b4f5a028da Mon Sep 17 00:00:00 2001 From: Ethan Green Date: Tue, 9 Apr 2024 12:10:21 -0400 Subject: [PATCH] fix: change import command game-id to positional --- src/cli.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 56dab39..5f8edb2 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -169,7 +169,6 @@ pub enum Commands { /// The identifier of the game to import. /// /// Use the `list` command to query the list of imported and supported games. - #[clap(long, short)] game_id: String, /// The platform to import the game from. Leave blank to have tcli decide for you.