mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
fix(cli): ios build description (#5809)
This commit is contained in:
parent
be446a8665
commit
2620ab294d
@ -73,6 +73,7 @@ pub struct InitOptions {
|
||||
#[derive(Subcommand)]
|
||||
enum Commands {
|
||||
Init(InitOptions),
|
||||
/// Open project in Xcode
|
||||
Open,
|
||||
Dev(dev::Options),
|
||||
Build(build::Options),
|
||||
|
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user