mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
docs(cli): do not need gen doc for cli (#17260)
This commit is contained in:
parent
e010eb69c2
commit
2da882137e
@ -14,6 +14,7 @@ description = "Provides the deno executable"
|
||||
[[bin]]
|
||||
name = "deno"
|
||||
path = "main.rs"
|
||||
doc = false
|
||||
|
||||
[[bench]]
|
||||
name = "deno_bench"
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user