Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup #21

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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