unison/unison-src/transcripts/upgrade-happy-path.md

433 B

proj/main> builtins.merge lib.builtin
lib.old.foo = 17
lib.new.foo = 18
thingy = lib.old.foo + 10
proj/main> add

Test tab completion and fzf options of upgrade command.

proj/main> debug.tab-complete upgrade ol
proj/main> debug.fuzzy-options upgrade _
proj/main> debug.fuzzy-options upgrade old _
proj/main> upgrade old new
proj/main> ls lib
proj/main> view thingy