We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e2c43 commit e273d77Copy full SHA for e273d77
lib/bashly/completions/README.md
@@ -1,16 +1,18 @@
1
# Completions for bashly executable
2
3
-This directory contains support file for generating bash completions.
+This directory contains templates for generating bash completions.
4
5
## For developers
6
7
From the root directory of the repository, run `run completions`. This will:
8
9
1. Read the `completely.yaml.gtx` template
10
-2. Write the `completely.yaml` file
+2. Write the `completely.yaml` file (to allow testing with completely)
11
3. Generate the `bashly-completions.bash` file
12
4. Copy it to the completions directory with `sudo`
13
14
+Note that for production use, only the `bashly-completions.bash` is used.
15
+
16
## For users
17
18
Install completions in one of two ways:
0 commit comments