mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-11 11:36:54 +02:00
cli: compact schema output by default and tighten field docs
This commit is contained in:
@@ -154,6 +154,10 @@ pub enum RequestCommands {
|
||||
Schema {
|
||||
#[arg(value_enum)]
|
||||
request_type: RequestSchemaType,
|
||||
|
||||
/// Pretty-print schema JSON output
|
||||
#[arg(long)]
|
||||
pretty: bool,
|
||||
},
|
||||
|
||||
/// Create a new HTTP request
|
||||
|
||||
Reference in New Issue
Block a user