- The REPL commands now support limited completion.
- Can now set list values in the repl, e.g.
preference add Foo x=1,2,3
. - Can now update list values in the repl with
+=
and-=
. - Adds the
-s
/--string
flag topreference add
.
- Initial release.
preference add Foo x=1,2,3
.+=
and -=
.-s
/--string
flag to preference add
.