Skip to content

Commit daed6a0

Browse files
authored
Update README.md
1 parent 7d26e92 commit daed6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ This will only accept `yes` or `no` for a value, otherwise, it defaults to disab
6969
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.
7070

7171
### Sourcing the Autocomplete Script
72-
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 all users, although not recommended unless you know what you're doing.
72+
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.
7373

7474
*Notice: For autocompletion to operate properly, you MUST NOT start your method names with an underscore (`_`) as they're considered internal methods and will be omitted from method list.*
7575

7676
## To Do List
7777
I'd like to see these implemented in the near future:
7878

79-
- Accepting compounded flags like `-dp` as `-d` and `-p` separately
79+
- Customize generated script name, version, etc.
8080

8181
## License and Disclaimer
8282
This software is provided as-is and no warranties or guaranties are provided by the author. Use at your own risk. Distributed under the GNU v3 Open Source License.

0 commit comments

Comments
 (0)