commit | 978d7a0a11d145de042f645bbec0ca82311f392a | [log] [tgz] |
---|---|---|
author | James Leitch <jleitch@consumingchaos.com> | Wed Dec 27 10:28:11 2023 -0700 |
committer | GitHub <noreply@github.com> | Wed Dec 27 17:28:11 2023 +0000 |
tree | 08f5988628563efd9550a3cb625c54a4ccc0fdc5 | |
parent | 828c8071f39aa94a3bcfebb391b864aeb41453e9 [diff] [blame] |
`crate.select()` support (#1977) Updates `crate.annotation()` to support `crate.select()`. Also includes a bunch of hopefully desirable cleanups, like removing the `serialize_starlark()` workaround that was no longer necessary.
diff --git a/docs/update_docs.sh b/docs/update_docs.sh index 94890eb..edadbfa 100755 --- a/docs/update_docs.sh +++ b/docs/update_docs.sh
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail