racket/collects/scribblings/raco/docs.scrbl
Asumu Takikawa 6a88812de7 Add doc pages for remaining raco commands
Closes PR 12956
2012-11-26 17:52:43 -05:00

15 lines
400 B
Racket

#lang scribble/doc
@(require scribble/manual "common.rkt")
@title[#:tag "docs"]{@exec{raco docs}: Documentation Search}
The @exec{raco docs} command searches the documentation for
the given identifiers or search terms.
Command-line flags:
@itemlist[
@item{@Flag{h} or @DFlag{help} --- show help information for this command}
@item{@DFlag{} --- do not treat remaining arguments as switches}
]