jyparser
jyparser copied to clipboard
Indentation control
It would be super handy to be able controlling indentations via params or just save source indentations for set command. Any way of customizing would be great
@xdrew can you give an example of how that would look ideally for you? (input, command, output)
For my case it could look like an optional param, passed into bash start script:
docker run -i --rm jlordiales/jyparser set ".menu.id" \"new_id\" 4
But maybe it could be done in a more generic way.