mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
docs(cli): do not need gen doc for cli (#17260)
This commit is contained in:
parent
e010eb69c2
commit
2da882137e
2 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@ description = "Provides the deno executable"
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
path = "main.rs"
|
path = "main.rs"
|
||||||
|
doc = false
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "deno_bench"
|
name = "deno_bench"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Deno CLI Crate
|
# Deno CLI Crate
|
||||||
|
|
||||||
[![crates](https://img.shields.io/crates/v/deno.svg)](https://crates.io/crates/deno)
|
[![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.
|
This provides the actual deno executable and the user-facing APIs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue