Skip to content

Commit f31aa07

Browse files
dbrgnTaKO8Ki
authored andcommitted
fixup! Allow overriding column sorting through args
1 parent ab65ce1 commit f31aa07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel_cli/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ pub fn build_cli() -> App<'static, 'static> {
203203
.long("column-sorting")
204204
.help("Sort order for table columns")
205205
.takes_value(true)
206-
.possible_values(&["ordinal_position", "name"])
206+
.possible_values(&["ordinal_position", "name"]),
207207
)
208208
.arg(
209209
Arg::with_name("patch-file")

0 commit comments

Comments
 (0)