mirror of
https://github.com/sprockets/sprockets.git
synced 2024-11-27 11:19:51 +00:00
Change the format for syntax highlighitng
This commit is contained in:
parent
09058e1e73
commit
4d81938155
1 changed files with 16 additions and 16 deletions
30
README.md
30
README.md
|
@ -5,20 +5,20 @@ awesome applications.
|
|||
|
||||
CLI Usage
|
||||
---------
|
||||
```usage: sprockets [-h] [-l] [-d] [-s] [-v] [--version]
|
||||
{http,amqp} ... application
|
||||
|
||||
positional arguments:
|
||||
{http,amqp} Available sprockets application controllers
|
||||
http HTTP Application Controller
|
||||
amqp RabbitMQ Worker Controller
|
||||
application The sprockets app to run
|
||||
usage: sprockets [-h] [-l] [-d] [-s] [-v] [--version]
|
||||
{http,amqp} ... application
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-l, --list List installed sprockets apps
|
||||
-d, --daemonize Fork into a background process
|
||||
-s, --syslog Log to syslog
|
||||
-v, --verbose Verbose logging output
|
||||
--version show program's version number and exit
|
||||
```
|
||||
positional arguments:
|
||||
{http,amqp} Available sprockets application controllers
|
||||
http HTTP Application Controller
|
||||
amqp RabbitMQ Worker Controller
|
||||
application The sprockets app to run
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-l, --list List installed sprockets apps
|
||||
-d, --daemonize Fork into a background process
|
||||
-s, --syslog Log to syslog
|
||||
-v, --verbose Verbose logging output
|
||||
--version show program's version number and exit
|
||||
|
|
Loading…
Reference in a new issue