blob: bec7817940e5503ca17802b7bea01149ede64c7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This directory contains ruby source files that define the available sub-
commands of the `leap` executable.
For example, the command:
leap compile
Lives in lib/leap_cli/commands/init.rb
These files use a DSL (called GLI) for defining command suites.
See https://github.com/davetron5000/gli for more information.
|