TOML "standard selector syntax" Undocumented
Author: slimandslamCreated Mar 28, 2022Updated Mar 29, 2023
Labelsdocumentation
Describe the bug This is an obvious documentation bug. There is almost zero documentation on the included TOML support
To Reproduce
TOML file:
[STUFF] mydata = "somestuff" [MORESTUFF] mydata2 = "junk"
"Dasel uses a standard selector syntax no matter the data format. " I want to use your standardized "selectors" to select various values without having to give an explicit path for everything. I don't want to translate to an intermediate format like JSON or YAML.
I don't see anything in your documentation about how to do this with TOML
Source: TomWright/dasel