Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Apr 1, 2017
1 parent 0171ed8 commit 68ce840
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.adoc
Expand Up @@ -193,6 +193,14 @@ root_cmd.add_command(cmd_commit)
root.cmd.add_command(cmd_init)
--------------------------------------------------------------------------------

You can specify a default subcommand. This subcommand will be executed when the
command has subcommands, and no subcommands are otherwise explicitly specified:

[source,ruby]
--------------------------------------------------------------------------------
default_subcommand 'compile'
--------------------------------------------------------------------------------

== Contributors ==

* Toon Willems
Expand Down

0 comments on commit 68ce840

Please sign in to comment.