mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
fix subcommand options
This commit is contained in:
@@ -111,8 +111,7 @@ public class SubCommandOptionHandler extends OptionHandler<SubCommand>
|
|||||||
|
|
||||||
if (desc != null)
|
if (desc != null)
|
||||||
{
|
{
|
||||||
|
owner.stopOptionParsing();
|
||||||
// owner.stopOptionParsing();
|
|
||||||
setter.addValue(desc.createSubCommand());
|
setter.addValue(desc.createSubCommand());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user