Fixed pi binary so --meta option works and updated documentation
Signed-off-by: James Turnbull <james@lovedthanlost.net>
This commit is contained in:
Родитель
d2080a5524
Коммит
c45ebfad1b
8
bin/pi
8
bin/pi
|
@ -7,7 +7,7 @@
|
|||
# help.
|
||||
# = Usage
|
||||
#
|
||||
# pi [-h|--help] [-p|--providers] [-l|--list] [-m|--meta]
|
||||
# pi [-h|--help] [-s|--short] [-p|--providers] [-l|--list] [-m|--meta]
|
||||
#
|
||||
# = Description
|
||||
#
|
||||
|
@ -27,14 +27,18 @@
|
|||
# meta::
|
||||
# List all metaparameters
|
||||
#
|
||||
# short::
|
||||
# List only parameters without detail
|
||||
#
|
||||
# = Example
|
||||
#
|
||||
# pi --list
|
||||
# pi file --providers
|
||||
# pi user -s -m
|
||||
#
|
||||
# = Author
|
||||
#
|
||||
# Luke Kanies
|
||||
# David Lutterkort
|
||||
#
|
||||
# = Copyright
|
||||
#
|
||||
|
|
|
@ -102,7 +102,7 @@ class TypeDoc
|
|||
list_attrs(type, [:property, :param])
|
||||
end
|
||||
|
||||
if opts[:metaparams]
|
||||
if opts[:meta]
|
||||
puts @format.header("Meta Parameters")
|
||||
if opts[:parameters]
|
||||
format_attrs(type, [:meta])
|
||||
|
|
Загрузка…
Ссылка в новой задаче