Skip to content

Commit cdaf610

Browse files
committed
Added missing code block type hinting
1 parent ff70fa0 commit cdaf610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This feature can be turned off by setting `ARG_MUST_BE_DEFINED` to `false`, note
5252

5353
You can define a default value that will be used if the argument isn't passed:
5454

55-
```
55+
```bash
5656
# Set the -e arguments default value to 900
5757
argExpected['e']="argumentName=900 - Argument description"
5858
```

0 commit comments

Comments
 (0)