From 9aa30c46b67f3c26c759a631f3bc4a7da2ddde7f Mon Sep 17 00:00:00 2001 From: tbpgr Date: Wed, 10 Sep 2014 22:59:23 +0900 Subject: [PATCH] Add convert discription to README --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e47ce97..7c1b5b7 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,30 @@ Or install it yourself as: ### Show help ~~~bash -orenono h +$ orenono h +Commands: + orenono convert # Convert Brainf*ck default syntax to your Orenono... + orenono execute # Execute Brainf**k + orenono help [COMMAND] # Describe available commands or one specific command + orenono init # Generate Orenonofile template + orenono version # version + +Options: + -h, [--help] # help message. + [--version] # version + ~~~ ### Generate Orenonofile ~~~bash -orenono init +$ orenono init ~~~ or ~~~bash -orenono i +$ orenono i ~~~ Orenonofile contents is...