add WIP to cli help for docs

This commit is contained in:
Anton-4 2021-11-03 09:27:00 +01:00 committed by GitHub
parent 16e80cd5aa
commit 42bb59ae0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ pub fn build_app<'a>() -> App<'a> {
)
.subcommand(
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)
.index(1)
.multiple(true)