Skip to content

Commit 1232a29

Browse files
New definitions --transformation: drop_empty_policies
1 parent 05f8c50 commit 1232a29

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cli.rs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,9 +1194,14 @@ fn definitions_subcommands() -> [Command; 4] {
11941194
.short('t')
11951195
.long_help(
11961196
r#"
1197-
Comma-separated names of the transformations to apply to the definitions.
1197+
A comma-separated list of names of the definition transformations to apply.
11981198
1199-
Supported names: strip_cmq_policies"
1199+
Supported transformations:
1200+
1201+
* strip_cmq_policies
1202+
* drop_empty_policies
1203+
1204+
Example use: --transformations strip_cmq_policies,drop_empty_policies
12001205
"#,
12011206
)
12021207
.num_args(1..)

0 commit comments

Comments
 (0)