Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 5b2faf6

Browse files
author
Hendrik van Antwerpen
committed
Allow more ergonomic form without equals
1 parent 21a916a commit 5b2faf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tree-sitter-stack-graphs/src/cli/analyze.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ pub struct AnalyzeArgs {
5353
long,
5454
value_name = "SECONDS",
5555
parse(try_from_str = duration_from_seconds_str),
56-
require_equals = true,
5756
)]
5857
pub max_file_time: Option<Duration>,
5958
}

0 commit comments

Comments
 (0)