Fix 'rojo upload' behavior

This commit is contained in:
Lucien Greathouse
2020-03-06 13:23:49 -08:00
parent 07c6fd3711
commit d4a39674de
3 changed files with 14 additions and 7 deletions

View File

@@ -155,10 +155,6 @@ pub struct UploadCommand {
#[structopt(default_value = "")]
pub project: PathBuf,
/// The kind of asset to generate, 'place', or 'model'. Defaults to place.
#[structopt(long, default_value = "place")]
pub kind: UploadKind,
/// Authenication cookie to use. If not specified, Rojo will attempt to find one from the system automatically.
#[structopt(long)]
pub cookie: Option<String>,