# overview of `casual` command line interface `casual` middleware has one entry point for all it's administration, in a command named `casual` ## semantics In general the semantics of the `casual CLI` is: ```bash $ casual ... ``` ## help To get an overview help for what options is possible use: ```bash $ casual --help ``` To get detailed help for a specific category/option, use: ```bash $ casual --help service ``` It's possible to get detailed help for several categories/options at once: ``` shell $ casual --help service domain gateway ``` To see all possible _help options_ use: ``` shell $ casual --help --help ``` ### help output `casual CLI` shows the cardinality for the _option_ it self and if the _option_ takes values the cardinality of the values. * The cardinality of the _option_ dictates the possible number of usages of that particular _option_. A common cardinality for an _option_ is `[0..1]` -> zero-to-one usage (optional). * The cardinality of the _values_ for an _option_ dictates the number of values that particular _option_ takes. semantic | example -------------------------------------------------------|--------------------------------------------- `