mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(cli): 🐛 Disable pretty dates when outputting data as JSON or CSV
This commit is contained in:
parent
f0f9c78cc6
commit
2acd281c76
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue