Commit 448b017
authored
Add md-to-clip custom completions (#1089)
Resolves #414
* Syntax source
https://github.com/command-line-interface-pages/v2-tooling/tree/main/md-to-clip
---
I used the descriptions from the Fish completions on the referenced
page/docs.
```nushell
nu ❯ help md-to-clip
Converter from TlDr format to Command Line Interface Pages format.
https://github.com/command-line-interface-pages/v2-tooling/tree/main/md-to-clip
Usage:
> md-to-clip {flags} <file> ...(args)
Flags:
-h, --help: Display help
-v, --version: Display version
-a, --author: Display author
-e, --email: Display author email
--no-file-save: Whether to display conversion result in stdout instead of writing it to a file
--output-directory <path>: Directory where conversion result will be written
--special-placeholder-config <path>: Config with special placeholders
Parameters:
file <path>: Source tldr page to convert
...args <external-argument>: all other arguments to the command
```1 parent d382af3 commit 448b017
File tree
2 files changed
+50
-0
lines changed- custom-completions/md-to-clip
2 files changed
+50
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments