File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # Completions for bashly executable
2+
3+ This directory contains support file 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
11+ 3 . Generate the ` bashly-completions.bash ` file
12+ 4 . Copy it to the completions directory with ` sudo `
13+
14+ ## For users
15+
16+ Install completions in one of two ways:
17+
18+ 1 . Run ` bashly completions --install ` . This will make a best effort to copy
19+ the completions script to your completions directory.
20+ 2 . If the above fails, run ` bashly completions > out.bash ` , then copy the file
21+ manually to your completions directory (or simply get the
22+ ` bashly-completions.bash ` from this directory).
You can’t perform that action at this time.
0 commit comments