Skip to content

Commit 485fc03

Browse files
authored
Quote wildcards for shell command (#644)
1 parent 2639766 commit 485fc03

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
@@ -54,7 +54,7 @@ Each of these flags is optional:
5454
#### `comments`
5555

5656
```shell
57-
npx tslint-to-eslint-config --comments src/**/*.ts
57+
npx tslint-to-eslint-config --comments 'src/**/*.ts'
5858
```
5959

6060
_Default: none_

0 commit comments

Comments
 (0)