mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +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)]
|
#[derive(Subcommand)]
|
||||||
enum Commands {
|
enum Commands {
|
||||||
Init(InitOptions),
|
Init(InitOptions),
|
||||||
|
/// Open project in Xcode
|
||||||
Open,
|
Open,
|
||||||
Dev(dev::Options),
|
Dev(dev::Options),
|
||||||
Build(build::Options),
|
Build(build::Options),
|
||||||
|
@ -20,7 +20,7 @@ use tauri_mobile::{
|
|||||||
use std::fs;
|
use std::fs;
|
||||||
|
|
||||||
#[derive(Debug, Clone, Parser)]
|
#[derive(Debug, Clone, Parser)]
|
||||||
#[clap(about = "Android build")]
|
#[clap(about = "iOS build")]
|
||||||
pub struct Options {
|
pub struct Options {
|
||||||
/// Builds with the debug flag
|
/// Builds with the debug flag
|
||||||
#[clap(short, long)]
|
#[clap(short, long)]
|
||||||
|
Loading…
Reference in New Issue
Block a user