fix(scripts): don't build declarations for cmd startsWith (#121)
This commit is contained in:
@@ -59,7 +59,7 @@ build_declarations() {
|
|||||||
parameters: parse_parameter([.flag_options[] | select(.id != "help" and .id != "version")])
|
parameters: parse_parameter([.flag_options[] | select(.id != "help" and .id != "version")])
|
||||||
};
|
};
|
||||||
[
|
[
|
||||||
.[] | parse_declaration
|
.[] | parse_declaration | select(.name | startswith("_") | not)
|
||||||
]'
|
]'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user