This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Autocomplete example and annotation parser for bash scripts to make easier to expose functions and flags, | |
| # to create help info and short command list for autocompletion script | |
| # | |
| # Usage: | |
| # | |
| # source $SCRIPT_PATH/core.sh | |
| # ... | |
| # #@flag -e|--environment |