tidb-lightning icon indicating copy to clipboard operation
tidb-lightning copied to clipboard

replace negative args such as `no-schema` with positive ones

Open lichunzhu opened this issue 5 years ago • 1 comments

Feature Request

Is your feature request related to a problem? Please describe:

Negative args are very confusing for users to understand especially for the bool variables. Use positive ones will make it clearer.

Describe the feature you'd like:

Replace negative args such as no-schema with positive ones. For example, replace no-schema with exist-schema or something else.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Optimization:

lichunzhu avatar May 13 '20 10:05 lichunzhu

The only two negative config currently are no-schema and not-null.

kennytm avatar May 13 '20 11:05 kennytm