Update Home authored by Mark Hewitt's avatar Mark Hewitt
......@@ -2,14 +2,13 @@ This wiki contains developer related information for working with the OSDU CLI.
See the menu to the right for further details.
## Repository Structure
```text
├── .vscode/ <- Visual Studio Code configuration
├── docs/ <- Documentation files
├── src
| └── osducli/ <- CLI source code (see [Code Structure](Code-Structure))
| └── osducli/ <- CLI source code (see Code Structure)
├── tests/ <- Unit tests
├─ .flake8 <- Flake8 linting configuration
├─ .gitignore <- Paths that git should not track
......
......