Skip to content
Snippets Groups Projects
Commit c272d344 authored by Hamer Iboshi's avatar Hamer Iboshi
Browse files

Update README.md

parent 3577bd1b
No related branches found
No related tags found
No related merge requests found
Pipeline #21649 failed
......@@ -77,4 +77,24 @@ available commands:
### Saving route
### Compare routes
\ No newline at end of file
The command save will save files of all routes in the list at settings file.
```
python manage.py save
```
To save specific base route
```
python manage.py save --route enrollment
```
### Compare routes
The command compare will compare all requisitions of routes in the list at settings file with the saved files at route_result path.
```
python manage.py compare
```
To compare specific base route with files of this specific route at route_result path.
```
python manage.py compare --route enrollment
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment