safeArg v0.9.2

Nick Sabalausky via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Jun 13 23:13:33 PDT 2015


On 06/09/2015 02:16 AM, Nick Sabalausky wrote:
> https://github.com/Abscissa/safeArg
> http://code.dlang.org/packages/safearg
>
> This is a small command line tool that was inspired by this:
> http://stackoverflow.com/questions/30720364/honoring-quoting-in-reading-shell-arguments-from-a-file
>

Just tagged a small update, v0.9.2:

https://github.com/Abscissa/safeArg/blob/master/CHANGELOG.md

- Enhancement: Use --newline|-n to delimit with newlines (both \n and 
\r\n) instead of \0.

- Enhancement: Use --delim=VALUE to use custom one-byte delimiter 
instead of \0.

- Enhancement: Displays version number in help screen, and via new 
--version flag.

- Change: Cleaned up internal directory structure.

- Change: Documentation improvements.



More information about the Digitalmars-d-announce mailing list