Skip to content

Commit eb461ed

Browse files
committed
fix: ignore unknown cli commands
1 parent a65a4ae commit eb461ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mod workspace;
2424

2525
/// Language server for proto3 files
2626
#[derive(Parser, Debug)]
27-
#[command(author, version, about, long_about = None)]
27+
#[command(author, version, about, long_about = None, ignore_errors(true))]
2828
struct Cli {
2929
/// Include paths for proto files
3030
#[arg(short, long, value_delimiter = ',')]

0 commit comments

Comments
 (0)