Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PlayCommand = &cli.Command{ Name: "play", Usage: "Play one of the sounds from the library", Action: playSound, Flags: []cli.Flag{ &cli.StringSliceFlag{ Name: "libraries", Aliases: []string{"l"}, Usage: "list all the libraries you can pull a sound from", Value: cli.NewStringSlice("default"), }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.