You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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