Skip to content

Commit 853145f

Browse files
authored
Update README.md
1 parent 949a25e commit 853145f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This will enable/disable the catch all method. Normally, you'd have to specify a
8181
This will only accept `yes` or `no` for a value, otherwise, it defaults to disabling the Catch-All Method.
8282

8383
## Script Autocompletion
84-
This script is equipped with an autocomplete helper method. Simply execute `<scriptname> generate-autocomplete` to generate an autocomplete script. This utilizes the `<scriptname> methods` method to get a list of all available methods/operations.
84+
This script is equipped with an autocomplete helper method. Simply execute `<scriptname> generate-autocomplete` to generate an autocomplete script. This utilizes the `<scriptname> methods` method to get a dynamic list of all available methods/operations, this is done automatically and will update the list of methods as you add more method definitions.
8585

8686
### Sourcing the Autocomplete Script
8787
For the autocomplete to function, you will need to source it into your bash session, best place to do this is in your `~/.profile` by simply including `source path/to/autocomplete/script` and restarting your bash session. You may also include it in `/etc/profile` to provide it to all users, although not recommended unless you know what you're doing.

0 commit comments

Comments
 (0)