diff options
Diffstat (limited to 'python/codegen_python_client.sh')
-rwxr-xr-x | python/codegen_python_client.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/codegen_python_client.sh b/python/codegen_python_client.sh index 4c146f3f..85d12dc4 100755 --- a/python/codegen_python_client.sh +++ b/python/codegen_python_client.sh @@ -1,5 +1,8 @@ #!/bin/bash +# This script re-generates the fatcat API client (fatcat_client) from the +# swagger/openapi2 spec file, using automated tools ("codegen") + set -exu set -o pipefail |