Enrique Rodriguez a écrit :
On 5/10/07, Enrique Rodriguez <[EMAIL PROTECTED]> wrote:
...
Anyway, I want to make this into a command-line client, so I was
wondering can you recommend a CLI library? I'm anticipating some
command line arguments. Or is it better to just roll my own quick CLI
helper?
I found that modules of the Directory project are already using
Commons-CLI and that it is recommended elsewhere, so I will begin
command-line client work with Commons-CLI.
Enrique
Enrique, FYI, the sandboxed clients already used commons-cli (I did the
move to commons-cli 2 years ago, and it was my first baby steps in the
project :)
Commons-cli is really a good piece of work. I found it easy to use.
You have my personnal +1 for it !
Emmanuel