play

package
v0.0.0-...-af3ad01 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL