docs(cli): do not need gen doc for cli (#17260)

This commit is contained in:
Yiyu Lin 2023-01-04 20:19:58 +08:00 committed by GitHub
parent e010eb69c2
commit 2da882137e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ description = "Provides the deno executable"
[[bin]]
name = "deno"
path = "main.rs"
doc = false
[[bench]]
name = "deno_bench"

View File

@ -1,7 +1,6 @@
# Deno CLI Crate
[![crates](https://img.shields.io/crates/v/deno.svg)](https://crates.io/crates/deno)
[![docs](https://docs.rs/deno/badge.svg)](https://docs.rs/deno)
This provides the actual deno executable and the user-facing APIs.