mirror of
https://github.com/versia-pub/server.git
synced 2026-01-26 04:06:01 +01:00
fix(cli): 🐛 Disable pretty dates when outputting data as JSON or CSV
This commit is contained in:
parent
f0f9c78cc6
commit
2acd281c76
|
|
@ -20,6 +20,7 @@ export default class UserList extends BaseCommand<typeof UserList> {
|
|||
char: "f",
|
||||
description: "Output format",
|
||||
options: ["json", "csv"],
|
||||
exclusive: ["pretty-dates"],
|
||||
}),
|
||||
local: Flags.boolean({
|
||||
char: "l",
|
||||
|
|
|
|||
Loading…
Reference in a new issue