Skip to content

Commit

Permalink
Merge pull request #21 from UlfBj/main
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
UlfBj authored Feb 3, 2025
2 parents 8e03cb9 + 12ffd75 commit b264b64
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3,166 deletions.
11 changes: 5 additions & 6 deletions docs-gen/content/him_configurator/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ source ~/.venv/bin/activate
```
Then the HIM configurator can be run in the spec/trees directory with commands like:
```
(.venv)$ ./himConfigurator -m binary -e -v Vehicle/Trailer/
(.venv)$ ./himConfigurator -m binary -v Vehicle/Trailer/
```
Finally the environment shall be deactivated it after the use.
```
Expand All @@ -65,17 +65,16 @@ will show the command line options that is possible to apply at startup.

```
usage: print [-h|--help] [-m|--makecommand (all|yaml|json|csv|binary)]
[-v|--vspecdir "<value>"] [-c|--saveconf] [-e|--enumSubstitute]
[-v|--vspecdir "<value>"] [-c|--saveconf] [-p|--preventEnumSubst]
HIM configurator
Arguments:
-h --help Print help information
-m --makecommand Make command parameter must be either: all, yaml, csv,
or binary. Default: all
-v --vspecdir path to vspec root directory. Default:
Vehicle/CargoVehicle/
-m --makecommand Make command parameter must be either: all, yaml,
csv, or binary. Default: all
-v --vspecdir path to vspec root directory. Default: Vehicle/Truck/
-c --saveconf Saves the configured vspec file with extension .conf.
Default: false
-p --preventEnumSubst Prevent substitution of enum links to Datatype tree
Expand Down
Loading

0 comments on commit b264b64

Please sign in to comment.