Skip to content

Commit c393512

Browse files
make show options command explicit (#2727)
1 parent 53c3acf commit c393512

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

runtime/reference/cli/fmt.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ openGraphTitle: "deno fmt"
1111
description: "Format your code with Deno's built-in formatter"
1212
---
1313

14+
To see a list of the available CLI options for `deno fmt`, run:
15+
16+
```sh
17+
deno fmt --help
18+
```
19+
1420
## Supported File Types
1521

1622
Deno ships with a built-in code formatter that will auto-format the following

0 commit comments

Comments
 (0)