ashes
ashes copied to clipboard
Closes #29 : Customization of token delimeters in command line interface
This is somewhat hackish, seeing the right place would be in somewhere in tokenize(...)
and/or the routines that call it.
I might make an update later to put this in the proper place and make it work outside of the command line application. For now it only works from command line and is safe in other contexts.
This closses issue #29, in my opinion.
Btw. I'm curious what _main
is for. The one with Asia's Next Top Model. Seem like it's a bit pointless...
I replied to most of this in #29, but just wanted to say: _main
is kind of an example/integration testing area. What's a few more bytes to show off some functionality :)