addWildcard method
Implementation
void addWildcard(String help) {
choices.add(AFConfigEntryDescription(
textValue: wildcardValue,
runtimeValue: wildcardValue,
help: help,
));
}
void addWildcard(String help) {
choices.add(AFConfigEntryDescription(
textValue: wildcardValue,
runtimeValue: wildcardValue,
help: help,
));
}