mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
✨ Add hassio fallback command for backward compatibility
This commit is contained in:
parent
4f8e5122e7
commit
87e9e3695a
1 changed files with 3 additions and 0 deletions
3
vscode/rootfs/usr/bin/hassio
Executable file
3
vscode/rootfs/usr/bin/hassio
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bashio
|
||||
bashio::log.yellow "The 'hassio' command is deprecated, please use 'ha' instead!"
|
||||
ha "$@"
|
Loading…
Add table
Add a link
Reference in a new issue