mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Sound: add missing command helpers
This commit is contained in:
@@ -457,6 +457,16 @@ static inline void printCommandHelp(const char* command)
|
||||
"Battery percentage"
|
||||
);
|
||||
}
|
||||
else if(strcasecmp(command, "sound-format") == 0)
|
||||
{
|
||||
constructAndPrintCommandHelpFormat("sound", "{2} (3%)", 4,
|
||||
"Main",
|
||||
"Name",
|
||||
"Volume",
|
||||
"Manufacturer",
|
||||
"Identifier"
|
||||
);
|
||||
}
|
||||
else
|
||||
fprintf(stderr, "No specific help for command %s provided\n", command);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user