Skip to content

Commit

Permalink
Remove global universe_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Vorlias committed Mar 9, 2022
1 parent a07e678 commit cdbd86b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ struct Options {
#[structopt(long("auth"), env("REMODEL_AUTH"), hide_env_values(true), global(true))]
auth_cookie: Option<String>,


/// The universe id to use when writing an asset using the roblox cloud API key
#[structopt(long , global(true))]
universe_id: Option<u32>,

/// The Roblox Cloud API key to use
#[structopt(long("api-key"), env("REMODEL_API_KEY"), hide_env_values(true), global(true))]
api_key: Option<String>,
Expand Down

0 comments on commit cdbd86b

Please sign in to comment.