openuado / niet

Parse/Read yaml or json files directly in your shell (sh, bash, ksh, ...)
https://pypi.org/project/niet/
MIT License
39 stars 7 forks source link

[feat] Add output argument #11

Closed dj4ngo closed 2 years ago

dj4ngo commented 6 years ago

Add -o --output and -i or --in-file arguments.

-o or --output : write in an output file instead of stdout -i or --in-file : Do the modification directly in the opened file.

4383 commented 6 years ago

Can you add more examples of the --in-file option. Do you want to append result to this file, or change values in this file?