afw-org / afw

Adaptive Framework
https://afw.tools
MIT License
4 stars 1 forks source link

Add --allow parameter to afw command and add block (pipe) character output support for YAML strings with newlines #14

Open mike000000000 opened 1 year ago

mike000000000 commented 1 year ago

Add a --allow (-a) parameter to the afw command to be able to specify the content type for adaptive value output.

Also, add block (pipe) character support for YAML string output that contains a newline. If there are other useful YAML data type output formats, support them as well.

mike000000000 commented 1 year ago

@JeremyGrieshop I think this is finished unless there is more documentation/testing needed.