Commit ee51dcf 1 parent b4e5eab commit ee51dcf Copy full SHA for ee51dcf
File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 3244
3244
"stderr" : " trurl error: only single-letter query separators are supported\n trurl error: Try trurl -h for help\n " ,
3245
3245
"returncode" : 4
3246
3246
}
3247
+ },
3248
+ {
3249
+ "input" : {
3250
+ "arguments" : [
3251
+ " url" ,
3252
+ " --json" ,
3253
+ " --get" ,
3254
+ " {port}"
3255
+ ]
3256
+ },
3257
+ "expected" : {
3258
+ "stdout" : " " ,
3259
+ "stderr" : " trurl error: --get is mutually exclusive with --json\n trurl error: Try trurl -h for help\n " ,
3260
+ "returncode" : 4
3261
+ }
3262
+ },
3263
+ {
3264
+ "input" : {
3265
+ "arguments" : [
3266
+ " url" ,
3267
+ " --get" ,
3268
+ " {port}" ,
3269
+ " --json"
3270
+ ]
3271
+ },
3272
+ "expected" : {
3273
+ "stdout" : " " ,
3274
+ "stderr" : " trurl error: --json is mutually exclusive with --get\n trurl error: Try trurl -h for help\n " ,
3275
+ "returncode" : 4
3276
+ }
3247
3277
}
3248
3278
]
You can’t perform that action at this time.
0 commit comments