Commander variable(String name, Object value) { _variable.putIfAbsent(name, () => value); return this; }