Merge pull request #1188 from SkynetLabs/deprecated-note
add deprecated note
This commit is contained in:
commit
d152dfa575
|
@ -1,3 +1,5 @@
|
|||
#!/bin/ash
|
||||
|
||||
echo "DEPRECATED: 'cli/disable' command is deprecated, use 'cli disable' instead"
|
||||
|
||||
/usr/app/bin/cli disable $@
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/ash
|
||||
|
||||
echo "DEPRECATED: 'cli/enable' command is deprecated, use 'cli enable' instead"
|
||||
|
||||
/usr/app/bin/cli enable $@
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/ash
|
||||
|
||||
echo "DEPRECATED: 'cli/run' command is deprecated, use 'cli run' instead"
|
||||
|
||||
/usr/app/bin/cli run $0
|
||||
|
|
Reference in New Issue