Commit d585e7f
fix: show descriptions for the assert and run subcommands in --help (#65)
The assert and run subcommands rendered with blank descriptions in `bioassert --help` because their Commands enum variants had no doc comment, unlike suggest. Add `///` doc comments matching the README wording so all subcommands describe themselves.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>1 parent 5de4565 commit d585e7f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments