2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-11 01:10:31 +00:00
cheat.sheets/sheets/p6doc

13 lines
203 B
Plaintext
Raw Normal View History

2018-01-17 16:10:33 +00:00
# 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