Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
jo [2023-11-14 02:05] – adjust tag asdf | jo [2024-10-12 01:42] (current) – asdf | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Usage ===== | ===== Usage ===== | ||
- | < | + | < |
- | jo foo=42 bar=69 | + | $ jo foo=42 bar=69 |
- | # -> {" | + | {" |
- | jo point[x]=32 point[y]=64 | + | $ jo point[x]=32 point[y]=64 |
- | # or | + | $ jo point=$(jo x=32 y=64) |
- | jo point=$(jo x=32 y=64) | + | {" |
- | # -> {" | + | |
- | jo numbers[]=1 numbers[]=2 numbers=3 | + | $ jo numbers[]=1 numbers[]=2 numbers=3 |
- | # or | + | $ jo numbers=$(jo -a 1 2 3) |
- | jo numbers=$(jo -a 1 2 3) | + | {" |
- | # -> {" | + | |
- | jo -- bool@t otherbool=false empty= -s notbool=true | + | $ jo -- bool@t otherbool=false empty= -s notbool=true |
- | # -> {" | + | {" |
</ | </ | ||