mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-02-26 16:29:10 +00:00
fix main fadein/fadeout help output
This commit is contained in:
parent
70889c47bc
commit
7ad061db6e
4
lr.go
4
lr.go
@ -10,8 +10,8 @@ type MainCmdGroup struct {
|
|||||||
Mute MainMuteCmd `help:"Get or set the mute state of the Main L/R output." cmd:""`
|
Mute MainMuteCmd `help:"Get or set the mute state of the Main L/R output." cmd:""`
|
||||||
|
|
||||||
Fader MainFaderCmd `help:"Get or set the fader level of the Main L/R output." cmd:""`
|
Fader MainFaderCmd `help:"Get or set the fader level of the Main L/R output." cmd:""`
|
||||||
Fadein MainFadeinCmd `help:"Get or set the fade-in time of the Main L/R output." cmd:""`
|
Fadein MainFadeinCmd `help:"Fade in the Main L/R output over a specified duration." cmd:""`
|
||||||
Fadeout MainFadeoutCmd `help:"Get or set the fade-out time of the Main L/R output." cmd:""`
|
Fadeout MainFadeoutCmd `help:"Fade out the Main L/R output over a specified duration." cmd:""`
|
||||||
}
|
}
|
||||||
|
|
||||||
// MainMuteCmd defines the command for getting or setting the mute state of the Main L/R output, allowing users to specify the desired state as "true"/"on" or "false"/"off".
|
// MainMuteCmd defines the command for getting or setting the mute state of the Main L/R output, allowing users to specify the desired state as "true"/"on" or "false"/"off".
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user