-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): print shell completion script
- Loading branch information
Showing
4 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"usage": "Anwendung", | ||
"completion": "Drucke shell Vervollständigungsskript", | ||
"epilog": "Dokumentation", | ||
"group.globaloptions": "Globale Optionen", | ||
"help": "Zeige Hilfe an", | ||
"init": "Erzeuge neue Dokumentation.", | ||
"init.local": "Kopiere docsify Dateien in lokale Ordner.", | ||
"init.theme": "Zu verwendende Theme Dateien.", | ||
"serve": "Lasse lokalen Server zur Webseitenvorschau laufen.", | ||
"serve.open": "Dokumentation im Standardbrowser öffnen.", | ||
"serve.port": "Listen port.", | ||
"help": "Zeige Hilfe an", | ||
"version": "Zeige Versionsnummer an", | ||
"epilog": "Dokumentation" | ||
"usage": "Anwendung", | ||
"version": "Zeige Versionsnummer an" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"usage": "Usage", | ||
"completion": "Print shell completion script", | ||
"epilog": "Documentation", | ||
"group.globaloptions": "Global Options", | ||
"help": "Show help", | ||
"init": "Creates new docs", | ||
"init.local": "Copy docsify files to local.", | ||
"init.theme": "Theme file to be used.", | ||
"serve": "Run local server to preview site.", | ||
"serve.open": "Open docs in default browser.", | ||
"serve.port": "Listen port.", | ||
"help": "Show help", | ||
"version": "Show version number", | ||
"epilog": "Documentation" | ||
"usage": "Usage", | ||
"version": "Show version number" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"usage": "例子", | ||
"epilog": "文档", | ||
"help": "帮助", | ||
"init": "创建 docs", | ||
"init.local": "拷贝 docsify 到本地", | ||
"init.theme": "选择主题", | ||
"serve": "本地预览", | ||
"serve.open": "自动打开浏览器", | ||
"serve.port": "设置端口", | ||
"help": "帮助", | ||
"version": "当前版本号", | ||
"epilog": "文档" | ||
"usage": "例子", | ||
"version": "当前版本号" | ||
} |