Skip to content

Commit

Permalink
fix: correct indentation in XML export usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneholloman committed Nov 26, 2024
1 parent 6b8c577 commit 40d2873
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/briefs/brief-xml-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ This brief outlines the implementation plan for adding XML export capability to
- Optional flag `--xml-output=<filename>` to specify custom output filename
- Usage examples:

```bash
codemapper --xml repo-url # Generate standard XML output
codemapper --xml --xml-output=custom.xml repo-url # Custom filename
```
```bash
codemapper --xml repo-url # Generate standard XML output
codemapper --xml --xml-output=custom.xml repo-url # Custom filename
```

### XML Content Scope

Expand Down

0 comments on commit 40d2873

Please sign in to comment.