10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
Bash completions
|
|
|
|
https://opensource.com/article/18/3/creating-bash-completion-script
|
|
|
|
|
|
Enable with:
|
|
```
|
|
complete -C 'go run ./twitter autocomplete "$@"' twitter
|
|
```
|