From 2ddd7ecf272236d0d7371000cfacdd725625cf7d Mon Sep 17 00:00:00 2001 From: Aaron Hogue Date: Wed, 27 Jun 2018 08:57:06 -0700 Subject: [PATCH] updated to cli version 2 - removed legacy single dash --- docs/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 8039cc499..9caa96fdf 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -4,6 +4,6 @@ There are a number of rules that can be validated with AutoRest. The current set ## Running linter Run -`autorest -CodeGenerator None -Input ` +`autorest --CodeGenerator=None --Input-file=` if you'd like the output to be in Json format please use the following flag: -`-JsonValidationMessages true` +`--JsonValidationMessages=true`