```nim type Conf = object case kind {.command.} of .. optimistic* {."flag".}: bool ``` Putting a flag after the `command` gives an error "... does not accept arguments"
Putting a flag after the
commandgives an error "... does not accept arguments"