mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
Switch to raw output mode by default
This commit is contained in:
parent
28854b3606
commit
bc9c53ec52
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ impl std::fmt::Display for OutputMode {
|
|||
#[command(author, version, about, long_about = None)]
|
||||
struct Opts {
|
||||
database: PathBuf,
|
||||
#[clap(short, long, default_value_t = OutputMode::Pretty)]
|
||||
#[clap(short, long, default_value_t = OutputMode::Raw)]
|
||||
output_mode: OutputMode,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue