p6doc cheat sheet

pull/27/head
Igor Chubin 6 years ago
parent bb585782f8
commit 34643b849c

@ -0,0 +1,12 @@
# 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
Loading…
Cancel
Save