Skip to content

StringConverter: Add enum support

Nalin Bhardwaj requested to merge nibnalin/coala-utils:73 into master

Support MultiValueEnum. Support is added by casting enum to its str representative on passing. This also allows it to be later be unescaped and used with other StringConverter functions.

Sync moban.

Closes #73

Edited by Nalin Bhardwaj

Merge request reports