File: gli.rdoc

package info (click to toggle)
ruby-gli 2.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 696 kB
  • ctags: 676
  • sloc: ruby: 5,872; sh: 6; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
== gli - create scaffolding for a GLI-powered application

v2.12.1

=== Global Options
=== -r|--root arg

Root dir of project

[Default Value] .
This is the directory where the project''s directory will be made, so if you 
specify a project name ''foo'' and the root dir of ''.'', the directory 
''./foo'' will be created'

=== --help
Show this message



=== -n
Dry run; dont change the disk



=== -v
Be verbose



=== --version
Display the program version



=== Commands