lunarmodules / lua_cliargs

A command-line argument parsing module for Lua.
MIT License
123 stars 24 forks source link

Accept a custom newline character #58

Closed amireh closed 10 months ago

amireh commented 7 years ago

fixes GH-57

This patch exposes a new API "cli:set_newline_char(String)" that overrides the default "\n" newline character for use in printing.

alerque commented 10 months ago

Per comments in #57, closing for now ... happy to re-evaluate if evidence crops up that we're actually missing out on something.