mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
✨ Adds new CLI features (#24)
This commit is contained in:
parent
b4b61fb4f7
commit
11d683cc87
3 changed files with 205 additions and 55 deletions
|
@ -51,6 +51,8 @@ source "${__BASHIO_LIB_DIR}/cache.sh"
|
|||
source "${__BASHIO_LIB_DIR}/addons.sh"
|
||||
# shellcheck source=lib/api.sh
|
||||
source "${__BASHIO_LIB_DIR}/api.sh"
|
||||
# shellcheck source=lib/cli.sh
|
||||
source "${__BASHIO_LIB_DIR}/cli.sh"
|
||||
# shellcheck source=lib/config.sh
|
||||
source "${__BASHIO_LIB_DIR}/config.sh"
|
||||
# shellcheck source=lib/core.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue