Example: `program --ignore bob --ignore mary` Will create configuration of: `ignore: ['bob', 'mary']` Reference: https://github.com/gjtorikian/html-proofer/issues/377
Example:
program --ignore bob --ignore maryWill create configuration of:
ignore: ['bob', 'mary']Reference: gjtorikian/html-proofer#377