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.