Skip to content

Commit b48e188

Browse files
authored
docs(autocomplete): add back deleted doc (#3415)
1 parent 27c7fcf commit b48e188

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

docs/commands/autocomplete.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
2+
# Documentation for `scw autocomplete`
3+
Autocomplete related commands
4+
5+
- [Install autocomplete script](#install-autocomplete-script)
6+
- [Show autocomplete script for current shell](#show-autocomplete-script-for-current-shell)
7+
8+
9+
## Install autocomplete script
10+
11+
Install autocomplete script for a given shell and OS.
12+
13+
Install autocomplete script for a given shell and OS.
14+
15+
**Usage:**
16+
17+
```
18+
scw autocomplete install [arg=value ...]
19+
```
20+
21+
22+
**Args:**
23+
24+
| Name | | Description |
25+
|------|---|-------------|
26+
| shell | | |
27+
28+
29+
30+
## Show autocomplete script for current shell
31+
32+
Show autocomplete script for current shell.
33+
34+
Show autocomplete script for current shell.
35+
36+
**Usage:**
37+
38+
```
39+
scw autocomplete script [arg=value ...]
40+
```
41+
42+
43+
**Args:**
44+
45+
| Name | | Description |
46+
|------|---|-------------|
47+
| shell | Default: `/bin/bash` | |
48+
49+
50+

0 commit comments

Comments
 (0)