Skip to content

Commit

Permalink
Merge pull request #1686 from buildtesters/remove_compiler_schema
Browse files Browse the repository at this point in the history
Remove support for compiler schema
  • Loading branch information
shahzebsiddiqui authored Jan 8, 2024
2 parents ab6e773 + d35fd3d commit 84965a2
Show file tree
Hide file tree
Showing 71 changed files with 17 additions and 2,388 deletions.
2 changes: 1 addition & 1 deletion bash_completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ _buildtest ()
COMPREPLY=( $( compgen -W "${opts}" -- "${cur}" ) )
;;
# options with only --help
debugreport|info|docs|schemadocs|tutorial-examples)
debugreport|info|docs|tutorial-examples)
local opts="-h --help"
COMPREPLY=( $( compgen -W "${opts}" -- "${cur}" ) )
;;
Expand Down
Loading

0 comments on commit 84965a2

Please sign in to comment.