From 34643b849c30bd3db1efbbb359d73fe0a39947ba Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Wed, 17 Jan 2018 16:10:33 +0000 Subject: [PATCH] p6doc cheat sheet --- sheets/p6doc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sheets/p6doc diff --git a/sheets/p6doc b/sheets/p6doc new file mode 100644 index 0000000..b49e813 --- /dev/null +++ b/sheets/p6doc @@ -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 +