Skip to content

Commit

Permalink
Merge pull request #7 from thunderstore-io/TS-2037/game-import-cli-tweak
Browse files Browse the repository at this point in the history
[TS-2037] Change import subcommand `game-id` flag to positional
  • Loading branch information
ethangreen-dev authored Apr 9, 2024
2 parents b4a6bf5 + 8c8e75a commit ae6de7f
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 ae6de7f

Please sign in to comment.