AugurWorks / Core

MIT License
0 stars 0 forks source link

Feature/better arg parsing #33

Closed safreiberg closed 10 years ago

safreiberg commented 10 years ago

Now instead of calling: java -jar alfred.jar directory threads port

You should do: java -jar alfred.jar -d directory -t threads -p port -s job timeout seconds

Every option has a long-option (-d = --directory, -t = --num-threads, -p = --port, -s = --timeout), and -d is the only required option.