libre-man / unix-opts

Unix-style command line options parser
MIT License
107 stars 13 forks source link

Fix command line argument retrieval for Allegro CL #20

Closed hineios closed 4 years ago

hineios commented 4 years ago

In Allegro CL, the symbol `sys:command-line-arguments' is a function and must be called in order to correctly access command line arguments.

hineios commented 4 years ago

I checked the build in Travis but it seems a configuration issue...