Replies: 2 comments 7 replies
-
Iirc Nickel provides Python and JS binding. So if your CLI is written in either of the two languages (or Rust) then you can directly parse the nickel file into the native data structure of that language. |
Beta Was this translation helpful? Give feedback.
-
To expand on the case of rust specifically, nickel's |
Beta Was this translation helpful? Give feedback.
-
I developed another CLI tool, at some point wanted some config - and thought: why not use nickel for that?
But I skimmed through docs and tutorials, and it seems I would need to always export manually to e.g. JSON and then parse that?
Am I misunderstanding the concept or the scope of nickel? Or is it just not implemented yet?
Beta Was this translation helpful? Give feedback.
All reactions