All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.deephacks.tools4j.cli.package-info Maven / Gradle / Ivy

/**
 * 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy