lib/qcmd/commands.rb in qcmd-0.1.14 vs lib/qcmd/commands.rb in qcmd-0.1.15
- old
+ new
@@ -278,9 +278,20 @@
For example:
> cue 3 start; sleep 2; stop
Will start cue number 3, then stop it two seconds later.
+
+log-silent, log-noisy
+
+ Turn off output, turn it back on, respectively.
+
+log-debug, log-info
+
+ Set output "level" to debug or info, respectively. Debug will tell you
+ everything qcmd is doing, in great detail. It's really just for development
+ purposes.
+
]
end
end
end