Skip to content

Commit

Permalink
Fix table for rST
Browse files Browse the repository at this point in the history
rST is hilarious
  • Loading branch information
fdmarcin committed Dec 28, 2020
1 parent 91c5763 commit 1d2fc06
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ To install Benerator Cumberpy, run ``pip install benedict_cumberpy``

To run Benedict Cumberpy in terminal, run:

| Command | Description |
| ------- | ----------- |
| `benerate` | Print only a name-surname pair. |
| `hello-ben` | Print a sentence like "Hello there, my name is Bronzelike Certificate.". |
.. list-table:: Available commands
:header-rows: 1

For added hilarity, pipe the output of **hello-ben** through ``cowsay`` (Win: `cowsay for Windows <https://github.com/kanej/Posh-Cowsay/>`_, Linux: ``apt install cowsay`` or whatever else your distro uses, OSX: if you have HomeBrew installed – ``brew install cowsay``).
* - Command
- Description
* - ``benerate``
- Print only a name-surname pair.
* - ``hello-ben``
- Print a sentence like "Hello there, my name is Bronzelike Certificate.".

For added hilarity, pipe the output of ``hello-ben`` through ``cowsay`` (Win: `cowsay for Windows <https://github.com/kanej/Posh-Cowsay/>`_, Linux: ``apt install cowsay`` or whatever else your distro uses, OSX: if you have HomeBrew installed – ``brew install cowsay``).

Example:

Expand Down

0 comments on commit 1d2fc06

Please sign in to comment.