File tree 1 file changed +28
-0
lines changed
custom-completions/md-to-clip
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ` md-to-clip ` completions
2
+
3
+ Custom completions for the [ ` md-to-clip ` command line tool] ( https://github.com/command-line-interface-pages/v2-tooling/tree/main/md-to-clip ) .
4
+
5
+ ## Usage
6
+
7
+ Simply import the extern definitions with
8
+
9
+ ``` nushell
10
+ source path/to/md-to-clip-completions.nu
11
+ ```
12
+
13
+ Afterwards, when you enter ` md-to-clip - ` and then press tab, the available flags will be displayed:
14
+
15
+ ``` nushell
16
+ nu ❯ | md-to-clip -
17
+ --author Display author
18
+ --email Display author email
19
+ --help Display help
20
+ --no-file-save Whether to display conversion result in stdout instead of writing it to a file
21
+ --output-directory Directory where conversion result will be written
22
+ --special-placeholder-config Config with special placeholders
23
+ --version Display version
24
+ -a Display author
25
+ -e Display author email
26
+ -h Display help
27
+ -v Display version
28
+ ```
You can’t perform that action at this time.
0 commit comments