org.deephacks.tools4j.cli.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools4j-cli Show documentation
Show all versions of tools4j-cli Show documentation
tools4j-cli provide an api for creating java based command line interfaces.
/**
* Tips for commands:
*
* - 1-3 command words per command.
* - 0-3 parameters per command.
* - Unique first 2 letters for each command word.
* - Default values for most parameters.
* - Use verbs for commands.
*
*
* Naming convention: [verb](-[object])
*
*
* Define commands that starts with the following verbs if possible: enable
* disable create set read delete list start stop
*
*/
package org.deephacks.tools4j.cli;