pueue-group:tldr:7a782
The "pueue group" command is related to a command-line tool named "pueue" that helps manage and prioritize tasks/processes in the terminal.
When you run the "pueue group" command, it displays the current group configuration. Groups are used in pueue to categorize tasks and execute them in parallel or sequentially based on the group settings. Each group can have its own specific behavior and limits.
The command will typically output information about the existing groups, including their names and execution mode (parallel or sequential). Additionally, it might show other details like the maximum amount of parallel tasks for each group and the associated priority.
By checking the group configuration, you can adjust settings and define how tasks within a specific group should be handled by pueue.