mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-09-05 05:29:01 +00:00
fix name of cmd in makeosc
This commit is contained in:
@@ -17,7 +17,7 @@ func main() {
|
|||||||
var Slip bool
|
var Slip bool
|
||||||
|
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
Use: "sendosc",
|
Use: "makeosc",
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
make(Address, Args, Types, Slip)
|
make(Address, Args, Types, Slip)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user