2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00
cheat.sheets/sheets/p6doc
2018-01-17 16:10:33 +00:00

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