We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c037b45 + f25d426 commit 98c6ab2Copy full SHA for 98c6ab2
1 file changed
.github/workflows/website.yml
@@ -143,7 +143,7 @@ jobs:
143
# HIDDEN_CMDS: utilities that ship in the binary but we don't want to
144
# advertise in the playground (e.g. `yes` produces infinite output
145
# that just spams the terminal).
146
- HIDDEN_CMDS='^(yes)$'
+ HIDDEN_CMDS='^(false|true|yes)$'
147
commands=$(sed -n '/^feat_wasm = \[/,/^\]/p' Cargo.toml \
148
| grep -oE '"[a-zA-Z0-9_]+"' | tr -d '"' \
149
| sort -u | grep -vE "$HIDDEN_CMDS" | paste -sd, -)
0 commit comments