Skip to content

Commit edf1eb1

Browse files
fixup! feat(logs): add --group-by for patterns subcommand
1 parent 5a023b3 commit edf1eb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/logs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ pub async fn query(cfg: &Config, args: SearchArgs) -> Result<()> {
295295
search(cfg, args).await
296296
}
297297

298+
#[allow(clippy::too_many_arguments)]
298299
fn build_patterns_body(
299300
query: String,
300301
pattern_field: String,

0 commit comments

Comments
 (0)