We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929bb39 commit 7082038Copy full SHA for 7082038
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Run tests
33
env:
34
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
run: |
36
time docker run --env GITHUB_TOKEN bash-object:bash-version \
37
--tap tests
README.md
@@ -1,7 +1,7 @@
1
# bash-object
2
3
-The _first_ Bash library for manipulating heterogenous data hierarchies
4
-
+The first and only Bash library for manipulating heterogenous data hierarchies
+g
5
This is meant to be a low level API providing primitives for other libraries.
6
7
## Exhibition
0 commit comments