From 7ba9bf2782f2934efe3b5b0f4d36bb53d44a6e3f Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Mon, 23 Dec 2024 12:37:52 +0100 Subject: [PATCH] chore(completions): Regenerate shell completions Re-align the completions after adding the new BlackDuck advisor by running [1]. [1]: `/scripts/generate_completion_scripts.sh` Signed-off-by: Frank Viernau --- integrations/completions/ort-completion.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/completions/ort-completion.fish b/integrations/completions/ort-completion.fish index 1c9b906f43527..fedeeee891cd0 100644 --- a/integrations/completions/ort-completion.fish +++ b/integrations/completions/ort-completion.fish @@ -25,7 +25,7 @@ complete -c ort -n "__fish_seen_subcommand_from advise" -l output-dir -s o -r -F complete -c ort -n "__fish_seen_subcommand_from advise" -l output-formats -s f -r -fa "JSON YAML" -d 'The list of output formats to be used for the ORT result file(s).' complete -c ort -n "__fish_seen_subcommand_from advise" -l label -s l -r -d 'Set a label in the ORT result, overwriting any existing label of the same name. Can be used multiple times. For example: --label distribution=external' complete -c ort -n "__fish_seen_subcommand_from advise" -l resolutions-file -r -F -d 'A file containing issue and rule violation resolutions.' -complete -c ort -n "__fish_seen_subcommand_from advise" -l advisors -s a -r -d 'The comma-separated advisors to use, any of [OSSIndex, OSV, VulnerableCode].' +complete -c ort -n "__fish_seen_subcommand_from advise" -l advisors -s a -r -d 'The comma-separated advisors to use, any of [BlackDuck, OSSIndex, OSV, VulnerableCode].' complete -c ort -n "__fish_seen_subcommand_from advise" -l skip-excluded -d 'Do not check excluded projects or packages.' complete -c ort -n "__fish_seen_subcommand_from advise" -s h -l help -d 'Show this message and exit'