Move "Is Set" column to after "Required"

This commit is contained in:
Eyob Tefera
2020-10-14 19:38:47 +00:00
parent 0490ca163f
commit 8714ca5a58
4 changed files with 39 additions and 49 deletions

View File

@@ -35,8 +35,8 @@ openAPI:
},
expectedStdOut: `
./
NAME VALUE IS SET SET BY DESCRIPTION COUNT REQUIRED
replicas 3 No 1 No
NAME VALUE SET BY DESCRIPTION COUNT REQUIRED IS SET
replicas 3 1 No No
`,
},
}