Allow for command line usage.
authorBlaine Schmeisser <BlaineSch@gmail.com>
Sat, 17 Aug 2013 16:22:54 +0000 (11:22 -0500)
committerBlaine Schmeisser <BlaineSch@gmail.com>
Sat, 17 Aug 2013 21:29:15 +0000 (16:29 -0500)
commitda4eb1d078ad9b099bc4be4b343899357989d49c
tree501b73b9bfb1e6b231f13369cc0dc3bcb673791b
parent45176aef0ac9095555ed757c57440fcc52586e87
Allow for command line usage.

~~~ bash
-> lein run arg1 arg2
"arg[12]"
-> lein run colour color
"colo(?:ur|r)"
~~~
project.clj
src/frak/cli.clj [new file with mode: 0644]