mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-19 06:50:22 +02:00
Add cli commands to modify repository permissions (#2090)
Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
This commit is contained in:
@@ -26,7 +26,7 @@ package sonia.scm.cli;
|
||||
|
||||
import picocli.CommandLine;
|
||||
|
||||
public class HelpMixin {
|
||||
class HelpMixin {
|
||||
|
||||
@CommandLine.Option(names = {"--help", "-h"}, usageHelp = true, descriptionKey = "scm.help.usage.description.0")
|
||||
private boolean usageHelp;
|
||||
|
||||
Reference in New Issue
Block a user