mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
Improving column docs
This commit is contained in:
parent
9adde1ac14
commit
706424a459
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
Returns the column of the matching node. Starts from 1, 0 indicates there was no column data.
|
Returns the column of the matching node. Starts from 1, 0 indicates there was no column data.
|
||||||
|
|
||||||
|
Column is the number of characters that precede that node on the line it starts.
|
||||||
|
|
||||||
## Returns column of _value_ node
|
## Returns column of _value_ node
|
||||||
Given a sample.yml file of:
|
Given a sample.yml file of:
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
# Column
|
# Column
|
||||||
|
|
||||||
Returns the column of the matching node. Starts from 1, 0 indicates there was no column data.
|
Returns the column of the matching node. Starts from 1, 0 indicates there was no column data.
|
||||||
|
|
||||||
|
Column is the number of characters that precede that node on the line it starts.
|
||||||
|
Loading…
Reference in New Issue
Block a user