public class KeystoneCliContext extends CliContextBase {
final KeystoneCliOptions options;
private Injector injector;
public KeystoneCliContext(KeystoneCommandRegistry commandRegistry, KeystoneCliOptions options) {
super(commandRegistry, new KeystoneFormatterRegistry());
this.options = options;
}