You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.ok(r.stdout.includes('-logger'),'help should mention -logger');
402
-
assert.ok(r.stdout.includes('passed through')||r.stdout.includes('passed\nthrough'),'help should mention passthrough');
402
+
assert.ok(r.stdout.includes('passed through')||r.stdout.includes('passed\nthrough')||r.stdout.includes('透传')||r.stdout.includes('透傳'),'help should mention passthrough');
403
403
// Old -d/-c flags should no longer appear as ccv options
404
404
assert.ok(!r.stdout.includes('-d [path]'),'help should not mention old -d [path]');
405
405
assert.ok(!r.stdout.includes('-c [path]'),'help should not mention old -c [path]');
0 commit comments