status-im / nim-confutils

Simplified handling of command line options and config files
Apache License 2.0
63 stars 16 forks source link

return empty completion lines on unsupported `COMP_POINT` #76

Closed etan-status closed 1 year ago

etan-status commented 1 year ago

When COMP_POINT is invalid or out of range, return an empty list of completions instead of raising ValueError. This matches behaviour for comp_point < 0 or comp_point > len(comp_line) cases.