Hey all, <br><br>I am using the KDE bindings for Ruby (Korundum).  I have had no luck in passing extra CLI args into my program.  I have searched and been on irc but have not had any success.  <br><br>I want to pass a file into my program like this: 
foo.rb -f bar.mp3  <br><br>I think I need to use KDE::CmdLIneArgs.addCmdLineOptions but when I try and add a new arg, I  get an error that says -f is not valid and give me a (not very) help screen.  I would like to be able to name my argument flags on my own, not rely on using some of the presets.  ie: 
foo.rb --config bar.mp3<br><br><br>Any help or pointing to other resources would be greatly appreciated.<br><br>-scoon<br>