We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
treehouses led
1 parent 5bf32bc commit be70675Copy full SHA for be70675
modules/led.sh
@@ -917,6 +917,7 @@ function random {
917
}
918
919
function led_help {
920
+ initialize
921
echo
922
echo "Usage: $BASENAME led [green|red] [mode]"
923
echo " $BASENAME led [newyear|blackhistorymonth|lunarnewyear|valentine|carnival|lantern|stpatricks]"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@treehouses/cli",
3
- "version": "1.26.16",
+ "version": "1.26.17",
4
"remote": "6000",
5
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
6
"main": "cli.sh",
0 commit comments