c-blake / cligen

Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at
https://c-blake.github.io/cligen/
ISC License
507 stars 24 forks source link

replace shallowCopy with move #217

Closed ringabout closed 2 years ago

ringabout commented 2 years ago

ref https://github.com/nim-lang/Nim/pull/20070

Imo, shallowCopy only works for string/seq and is about to be removed for ARC/ORC. Inn this case, move is better.

c-blake commented 2 years ago

Ok. Thanks!