We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2778426 commit b54e3fcCopy full SHA for b54e3fc
2 files changed
README.md
@@ -54,7 +54,7 @@ Commands:
54
add Add live instruments/views
55
get Get live instruments/views
56
remove Remove live instruments/views
57
- subscribe Subscribe to live instrument/view streams
+ subscribe Subscribe to live instrument/view events
58
version Display version information
59
```
60
src/main/kotlin/spp/cli/commands/developer/Subscribe.kt
@@ -19,6 +19,6 @@ package spp.cli.commands.developer
19
20
import com.github.ajalt.clikt.core.CliktCommand
21
22
-class Subscribe : CliktCommand(help = "Subscribe to live instrument/view streams") {
+class Subscribe : CliktCommand(help = "Subscribe to live instrument/view events") {
23
override fun run() = Unit
24
}
0 commit comments