mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-11 01:10:31 +00:00
13 lines
203 B
Plaintext
13 lines
203 B
Plaintext
|
# p6doc
|
||
|
# Perl 6 documentation
|
||
|
|
||
|
# Build index
|
||
|
p6doc build
|
||
|
|
||
|
# to get information about the function
|
||
|
p6doc -f slurp
|
||
|
|
||
|
# if the function name is ambiguous use it with the class name
|
||
|
p6doc -f Type::IO.slurp
|
||
|
|