We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272e1b0 commit 3ee7344Copy full SHA for 3ee7344
src/code42cli/cmds/securitydata.py
@@ -302,7 +302,10 @@ def show(state, search_id):
302
@file_event_options
303
@search_options
304
@click.option(
305
- "--or-query", is_flag=True, cls=searchopt.AdvancedQueryAndSavedSearchIncompatible
+ "--or-query",
306
+ is_flag=True,
307
+ cls=searchopt.AdvancedQueryAndSavedSearchIncompatible,
308
+ help="Combine query filter options with 'OR' logic instead of the default 'AND'.",
309
)
310
@sdk_options()
311
@server_options
0 commit comments