I have a package that also, in a separate file, has a command line
utility. The utility uses ArgParse (which works nicely) and is run by
julia path/file.jl -opt1 -opt2 arg1 arg2
That works fine, but is a bit clunky when the path is something like
/home/andrew/.julia/v0.3/CRC/src/crc.jl
Is there a better way of arranging this? I guess in the far future there
will be standalone executables and the like. But for now, how can I make
this easy for a user?
More context - https://github.com/andrewcooke/CRC.jl#from-the-command-line
Thanks,
Andrew