Skip to content

Commit

Permalink
docs(cli): do not need gen doc for cli (denoland#17260)
Browse files Browse the repository at this point in the history
  • Loading branch information
attila-lin committed Jan 4, 2023
1 parent e010eb6 commit 2da8821
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ description = "Provides the deno executable"
[[bin]]
name = "deno"
path = "main.rs"
doc = false

[[bench]]
name = "deno_bench"
Expand Down
1 change: 0 additions & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 2da8821

Please sign in to comment.