Merge pull request #1188 from SkynetLabs/deprecated-note

add deprecated note
This commit is contained in:
Karol Wypchło 2021-09-15 13:09:13 +02:00 committed by GitHub
commit d152dfa575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/ash
echo "DEPRECATED: 'cli/disable' command is deprecated, use 'cli disable' instead"
/usr/app/bin/cli disable $@

View File

@ -1,3 +1,5 @@
#!/bin/ash
echo "DEPRECATED: 'cli/enable' command is deprecated, use 'cli enable' instead"
/usr/app/bin/cli enable $@

View File

@ -1,3 +1,5 @@
#!/bin/ash
echo "DEPRECATED: 'cli/run' command is deprecated, use 'cli run' instead"
/usr/app/bin/cli run $0