Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub struct CliOpts {
#[arg(env = "DATADIR", short = 'd', long = "datadir")]
pub datadir: Option<std::path::PathBuf>,
/// Output results in pretty format (instead of JSON).
#[arg(long = "pretty", global = true)]
#[arg(long = "pretty", short = 'P', global = true)]
pub pretty: bool,
/// Top level cli sub-commands.
#[command(subcommand)]
Expand Down
Loading