File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,22 @@ export const sidebar = [
58
58
label : "deno bench" ,
59
59
id : "/runtime/reference/cli/bench/" ,
60
60
} ,
61
- {
62
- label : "deno completions" ,
63
- id : "/runtime/reference/cli/completions/" ,
64
- } ,
65
61
{
66
62
label : "deno check" ,
67
63
id : "/runtime/reference/cli/check/" ,
68
64
} ,
65
+ {
66
+ label : "deno clean" ,
67
+ id : "/runtime/reference/cli/clean/" ,
68
+ } ,
69
69
{
70
70
label : "deno compile" ,
71
71
id : "/runtime/reference/cli/compile/" ,
72
72
} ,
73
+ {
74
+ label : "deno completions" ,
75
+ id : "/runtime/reference/cli/completions/" ,
76
+ } ,
73
77
{
74
78
label : "deno coverage" ,
75
79
id : "/runtime/reference/cli/coverage/" ,
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " deno clean"
3
+ command : clean
4
+ ---
You can’t perform that action at this time.
0 commit comments