Skip to content

Raku/rakudoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e43df75 · Oct 30, 2023
May 1, 2021
Jun 8, 2020
Mar 27, 2023
May 2, 2021
Mar 27, 2023
Mar 11, 2023
May 2, 2021
Jun 8, 2020
Oct 30, 2023
Apr 19, 2021
Oct 30, 2023
Mar 27, 2023
Mar 11, 2023

Repository files navigation

Build Status

NAME

rakudoc - A tool for reading Raku documentation

SYNOPSIS

rakudoc [-d|--doc-sources=<Directories>] [-D|--no-default-docs] <query>
rakudoc -b|--build-index [-d|--doc-sources=<Directories>] [-D|--no-default-docs]
rakudoc -V|--version
rakudoc -h|--help <ARGUMENTS>

<query>                           Example: 'Map', 'IO::Path.add', '.add'
-d|--doc-sources=<Directories>    Additional directories to search for documentation
-D|--no-default-docs              Use only directories in --doc / $RAKUDOC
-b|--build-index                  Index all documents found in doc source directories

DESCRIPTION

The rakudoc command displays Raku documentation for language features and installed modules.

ENVIRONMENT

  • RAKUDOC — Comma-separated list of doc directories (e.g., ../doc/doc,./t/test-doc); ignored if --doc-sources option is given

  • RAKUDOC_DATA — Path to directory where Rakudoc stores cache and index data

  • RAKUDOC_PAGER — Pager program (default: $PAGER)

LICENSE

Rakudoc is Copyright (C) 2019–2021, by Joel Schüller, Tim Siegel and others.

It is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.