Skip to content

Commit

Permalink
Remove --id argument - breaks compatibility and makes no sense
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Apr 21, 2024
1 parent 566b53a commit c2ca7c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private val logger = KotlinLogging.logger {}
)
class KiaApplication : Callable<Int> {

@Option(names = ["--access-token", "--id"], required = true, description = ["valid FAF access token"])
@Option(names = ["--access-token"], required = true, description = ["valid FAF access token"])
private lateinit var accessToken: String

@Option(names = ["--game-id"], required = true, description = ["set the ID of the game"])
Expand Down

0 comments on commit c2ca7c6

Please sign in to comment.