From 5f2750966192418da179bcfea84fc61b6883ad45 Mon Sep 17 00:00:00 2001 From: ynqa Date: Sat, 28 Dec 2024 11:17:01 +0900 Subject: [PATCH] docs: new help message --- README.md | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 93cb940..25782a3 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ jnv data.json ## Usage ```bash -JSON navigator and interactive filter leveraging jq +SON navigator and interactive filter leveraging jq Usage: jnv [OPTIONS] [INPUT] @@ -165,22 +165,13 @@ Arguments: [INPUT] Optional path to a JSON file. If not provided or if "-" is specified, reads from standard input Options: - -e, --edit-mode - Edit mode for the interface ('insert' or 'overwrite'). [default: insert] - -i, --indent - Number of spaces used for indentation in the visualized data. [default: 2] - -n, --no-hint - Disables the display of hints. - -d, --expand-depth - Initial depth to which JSON nodes are expanded in the visualization. [default: 3] - -s, --limit-length - Limit length of JSON array in the visualization. [default: 50] - -l, --suggestion-list-length - Number of suggestions visible in the list. [default: 3] - -h, --help - Print help (see more with '--help') - -V, --version - Print version + -e, --edit-mode Edit mode for the interface ('insert' or 'overwrite'). [default: insert] + -i, --indent Number of spaces used for indentation in the visualized data. [default: 2] + -n, --no-hint Disables the display of hints. + --max-streams Maximum number of JSON streams to display + --suggestions Number of autocomplete suggestions to show [default: 3] + -h, --help Print help (see more with '--help') + -V, --version Print version ``` ## Stargazers over time