Skip to content

Commit

Permalink
initial transcripts to track help and parse error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed Jul 5, 2024
1 parent a74d4e8 commit d8fc839
Show file tree
Hide file tree
Showing 4 changed files with 1,320 additions and 0 deletions.
14 changes: 14 additions & 0 deletions unison-src/transcripts/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Shows `help` output

```ucm:error
scratch/main> help
scratch/main> help-topics
scratch/main> help-topic filestatus
scratch/main> help-topic messages.disallowedAbsolute
scratch/main> help-topic namespaces
scratch/main> help-topic projects
scratch/main> help-topic remotes
scratch/main> help-topic testcache
```

We should add a command to show help for hidden commands also.
Loading

0 comments on commit d8fc839

Please sign in to comment.