Skip to content

Commit

Permalink
Added back slashes to example command
Browse files Browse the repository at this point in the history
Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 committed Dec 26, 2024
1 parent 1171aec commit 092b6d0
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ You can use the script [`create_new_validator.py`](https://github.com/autowarefo
You can use this by the command like this example:

```shell
python3 create_new_validator.py --base_directory ./ --category_name traffic_light --code_name traffic_light_facing --class_name TrafficLightFacingValidator --validator_name mapping.traffic_light.correct_facing --check_function_name check_traffic_light_facing
python3 create_new_validator.py \
--base_directory ./ \
--category_name traffic_light \
--code_name traffic_light_facing \
--class_name TrafficLightFacingValidator \
--validator_name mapping.traffic_light.correct_facing \
--check_function_name check_traffic_light_facing
```

All arguments are required.
Expand Down

0 comments on commit 092b6d0

Please sign in to comment.