We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75826e1 commit 0c5e461Copy full SHA for 0c5e461
helper/README.md
@@ -13,14 +13,9 @@ leetcode is a tool for managing leetcode source code.
13
Usage:
14
leetcode <command> [arguments]
15
The commands are:
16
- readme build README.md file
17
- page build index.md file
18
- tag build all tags file
19
- helper build helper file
20
question build problem solution file
21
open open a problem solution in browser
22
test run go test
23
- description build all problems description file
24
update update or upgrade self
25
clean remove cached files
26
version print leetcode version
internal/description/description.go
@@ -15,6 +15,7 @@ var CmdDescription = &base.Command{
UsageLine: "description",
Short: "build all problems description file",
Long: "build all problems README.md file.",
+ Hidden: true,
}
func runDescription(cmd *base.Command, args []string) {
internal/helper/helper.go
@@ -14,6 +14,7 @@ var CmdHelper = &base.Command{
UsageLine: "helper",
Short: "build helper file",
Long: "build helper README.md file.",
func runHelper(cmd *base.Command, args []string) {
internal/page/page.go
@@ -12,6 +12,7 @@ var CmdPage = &base.Command{
12
UsageLine: "page",
Short: "build index.md file",
Long: "build page file(index.md).",
func runPage(cmd *base.Command, args []string) {
internal/readme/readme.go
@@ -31,6 +31,7 @@ var CmdReadme = &base.Command{
31
UsageLine: "readme",
32
Short: "build README.md file",
33
Long: "build README.md file.",
34
35
36
37
var (
internal/tag/tag.go
@@ -17,6 +17,7 @@ var CmdTag = &base.Command{
UsageLine: "tag",
Short: "build all tags file",
Long: "build all tags README.md file.",
func runTag(cmd *base.Command, args []string) {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments