Changes
Page history
Update Code Structure
authored
Feb 16, 2022
by
Mark Hewitt
Show whitespace changes
Inline
Side-by-side
Code-Structure.md
View page @
72f70769
...
@@ -12,6 +12,7 @@ The OSDU CLI uses the [Python Click](https://click.palletsprojects.com/en/8.0.x/
...
@@ -12,6 +12,7 @@ The OSDU CLI uses the [Python Click](https://click.palletsprojects.com/en/8.0.x/
| ├── schema/ <- Schema commands
| ├── schema/ <- Schema commands
| ├── search/ <- Search commands
| ├── search/ <- Search commands
| ├── status/ <- Status commands
| ├── status/ <- Status commands
| ├── storage/ <- Storage commands
| ├── unit/ <- Unit commands
| ├── unit/ <- Unit commands
| ├── version/ <- Version command
| ├── version/ <- Version command
| └── workflow/ <- Workflow commands
| └── workflow/ <- Workflow commands
...
...
...
...