Skip to content

Commit

Permalink
Regenerate chpl-completion.bash
Browse files Browse the repository at this point in the history
---
Signed-off-by: Michael Ferguson <mppf@users.noreply.github.com>
  • Loading branch information
mppf committed Mar 6, 2024
1 parent e415f36 commit bebf9f0
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions util/chpl-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -290,14 +290,14 @@ _chpl ()
--no-warn-array-of-range \
--no-warn-const-loops \
--no-warn-domain-literal \
--no-warn-float-to-float \
--no-warn-implicit-numeric-conversions \
--no-warn-int-uint \
--no-warn-integral-integral \
--no-warn-integral-real \
--no-warn-int-to-uint \
--no-warn-integral-to-float \
--no-warn-integral-to-integral \
--no-warn-param-implicit-numeric-conversions \
--no-warn-potential-races \
--no-warn-real-real \
--no-warn-small-integral-real \
--no-warn-small-integral-to-float \
--no-warn-special \
--no-warn-tuple-iteration \
--no-warn-unknown-attribute-toolname \
Expand Down Expand Up @@ -394,14 +394,14 @@ _chpl ()
--warn-array-of-range \
--warn-const-loops \
--warn-domain-literal \
--warn-float-to-float \
--warn-implicit-numeric-conversions \
--warn-int-uint \
--warn-integral-integral \
--warn-integral-real \
--warn-int-to-uint \
--warn-integral-to-float \
--warn-integral-to-integral \
--warn-param-implicit-numeric-conversions \
--warn-potential-races \
--warn-real-real \
--warn-small-integral-real \
--warn-small-integral-to-float \
--warn-special \
--warn-tuple-iteration \
--warn-unknown-attribute-toolname \
Expand Down Expand Up @@ -546,14 +546,14 @@ _chpl ()
--no-task-tracking \
--no-tuple-copy-opt \
--no-vectorize \
--no-warn-float-to-float \
--no-warn-implicit-numeric-conversions \
--no-warn-int-uint \
--no-warn-integral-integral \
--no-warn-integral-real \
--no-warn-int-to-uint \
--no-warn-integral-to-float \
--no-warn-integral-to-integral \
--no-warn-param-implicit-numeric-conversions \
--no-warn-potential-races \
--no-warn-real-real \
--no-warn-small-integral-real \
--no-warn-small-integral-to-float \
--no-warn-unknown-attribute-toolname \
--no-warn-unstable \
--no-warnings \
Expand Down Expand Up @@ -600,14 +600,14 @@ _chpl ()
--using-attribute-toolname \
--vectorize \
--version \
--warn-float-to-float \
--warn-implicit-numeric-conversions \
--warn-int-uint \
--warn-integral-integral \
--warn-integral-real \
--warn-int-to-uint \
--warn-integral-to-float \
--warn-integral-to-integral \
--warn-param-implicit-numeric-conversions \
--warn-potential-races \
--warn-real-real \
--warn-small-integral-real \
--warn-small-integral-to-float \
--warn-unknown-attribute-toolname \
--warn-unstable \
--warnings \
Expand Down

0 comments on commit bebf9f0

Please sign in to comment.