Skip to content

Commit c119a55

Browse files
committed
Give init command description
1 parent f0f92bf commit c119a55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ enum Commands {
5858
#[arg(short, long, default_value = "./Precompiled.swift", value_hint = ValueHint::FilePath)]
5959
out: String
6060
},
61+
#[command(about = "Initialise config file")]
6162
Init {
6263
/// Output Swift file with precompiled code
6364
#[arg(long, default_value = "./swift-precompiled.toml", value_hint = ValueHint::FilePath)]

0 commit comments

Comments
 (0)