diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-25 09:16:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-25 09:16:47 +0300 |
| commit | 0aafcfc7145767b9b80ce12235ff9b79bb40cc0b (patch) | |
| tree | 5190edb3328b234ae61cc431b1e32981232dcd52 | |
| parent | 345fda484339a75e85cb6732441e4d5311b68bf4 (diff) | |
fix(completion): remove >, <, >=, <= operators that fish cannot complete
| -rw-r--r-- | completions/gt.fish | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/completions/gt.fish b/completions/gt.fish index 2c3b911..c901488 100644 --- a/completions/gt.fish +++ b/completions/gt.fish @@ -74,18 +74,10 @@ complete -c gt -n "__fish_gt_not_in_metric_or_custom" \ complete -c gt -n "__fish_gt_not_in_metric_or_custom" \ -a "lt" -d "Less than" complete -c gt -n "__fish_gt_not_in_metric_or_custom" \ - -a ">" -d "Greater than" -complete -c gt -n "__fish_gt_not_in_metric_or_custom" \ - -a "<" -d "Less than" -complete -c gt -n "__fish_gt_not_in_metric_or_custom" \ -a "gte" -d "Greater or equal" complete -c gt -n "__fish_gt_not_in_metric_or_custom" \ - -a ">=" -d "Greater or equal" -complete -c gt -n "__fish_gt_not_in_metric_or_custom" \ -a "lte" -d "Less or equal" complete -c gt -n "__fish_gt_not_in_metric_or_custom" \ - -a "<=" -d "Less or equal" -complete -c gt -n "__fish_gt_not_in_metric_or_custom" \ -a "eq" -d "Equal" complete -c gt -n "__fish_gt_not_in_metric_or_custom" \ -a "==" -d "Equal" |
