fix(cli): ios build description (#5809)

This commit is contained in:
三咲智子 Kevin Deng 2022-12-12 20:41:26 +08:00 committed by GitHub
parent be446a8665
commit 2620ab294d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@ pub struct InitOptions {
#[derive(Subcommand)]
enum Commands {
Init(InitOptions),
/// Open project in Xcode
Open,
Dev(dev::Options),
Build(build::Options),

View File

@ -20,7 +20,7 @@ use tauri_mobile::{
use std::fs;
#[derive(Debug, Clone, Parser)]
#[clap(about = "Android build")]
#[clap(about = "iOS build")]
pub struct Options {
/// Builds with the debug flag
#[clap(short, long)]