From 71f1932d5577e7a8f0cf33a03f36b6b44232f574 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 23 Jul 2020 11:46:55 -0400 Subject: [PATCH] Quote wildcards for shell command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdda7299f..577d0fbfa 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Each of these flags is optional: #### `comments` ```shell -npx tslint-to-eslint-config --comments src/**/*.ts +npx tslint-to-eslint-config --comments 'src/**/*.ts' ``` _Default: none_