Skip to content

Commit

Permalink
fix: change import command game-id to positional
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangreen-dev committed Apr 9, 2024
1 parent b4a6bf5 commit 8c8e75a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8c8e75a

Please sign in to comment.