unison/unison-src/transcripts/edit-command.md

22 lines
247 B
Markdown
Raw Permalink Normal View History

2023-12-22 22:19:44 +03:00
```ucm
scratch/main> builtins.merge
2023-12-22 22:19:44 +03:00
```
```unison /private/tmp/scratch.u
foo = 123
bar = 456
mytest = [Ok "ok"]
```
```ucm
scratch/main> add
scratch/main> edit foo bar
scratch/main> edit mytest
2023-12-22 22:19:44 +03:00
```
```ucm:error
scratch/main> edit missing
2023-12-22 22:19:44 +03:00
```