mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
add WIP to cli help for docs
This commit is contained in:
parent
16e80cd5aa
commit
42bb59ae0d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ pub fn build_app<'a>() -> App<'a> {
|
||||||
)
|
)
|
||||||
.subcommand(
|
.subcommand(
|
||||||
App::new(CMD_DOCS)
|
App::new(CMD_DOCS)
|
||||||
.about("Generate documentation for Roc modules")
|
.about("Generate documentation for Roc modules (Work In Progress)")
|
||||||
.arg(Arg::with_name(DIRECTORY_OR_FILES)
|
.arg(Arg::with_name(DIRECTORY_OR_FILES)
|
||||||
.index(1)
|
.index(1)
|
||||||
.multiple(true)
|
.multiple(true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue