go run ./ convmv --help
()
| 95 | |
| 96 | // go run ./ convmv --help |
| 97 | func sprintExamples() string { |
| 98 | s := "Examples:\n" |
| 99 | for _, e := range examples { |
| 100 | s += fmt.Sprintf("\n```console\n%s\n", e.command()) |
| 101 | s += fmt.Sprintf("// Output: %s\n```\n", e.output()) |
| 102 | } |
| 103 | return s |
| 104 | } |
| 105 | |
| 106 | func commandTable() string { |
| 107 | s := `| Command | Description | |
no test coverage detected
searching dependent graphs…