unison/unison-src/transcripts/edit-command.md
2024-06-25 11:11:07 -07:00

247 B

scratch/main> builtins.merge
foo = 123

bar = 456

mytest = [Ok "ok"]
scratch/main> add
scratch/main> edit foo bar
scratch/main> edit mytest
scratch/main> edit missing