gerrit/gerrit-sshd
Zac Livingston 258b0cacf9 ssh commands: Use @Options to replace custom parseCommandLine()
Instead of overriding parseCommandLine to pass a custom class, use the
@Options annotation to inform the command line parser where to find the
additional options.

Cannot be used for classes with @Argument, so those classes will
continue to have a custom parseCommandLine().

As part of this, remove the PluginLsCommand.all @Option field and use the
PluginLsCommand.list.all @Option field instead to remove duplicate code.

Change-Id: I5229efee8a04d61814b1b33a492f1b9bcd953b5b
2017-08-29 11:17:55 -06:00
..
src ssh commands: Use @Options to replace custom parseCommandLine() 2017-08-29 11:17:55 -06:00
BUILD Split out build rule for metrics interfaces 2017-08-16 08:20:38 -04:00