Skip to content

Commit 505aad7

Browse files
committed
Synced description w/ README one
1 parent 95ecc11 commit 505aad7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "remove-json-keys"
77
version = "1.0.0"
8-
description = "Remove key/value pairs from json_dir/**/*.json."
8+
description = "Simply remove JSON keys via CLI command."
99
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
1010
readme = "README.md"
1111
license = "MIT"

remove-json-keys/src/remove_json_keys/lib/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def cli():
88

99
# Parse CLI args
1010
argp = argparse.ArgumentParser(
11-
description="Remove key/value pairs from JSON files",
11+
description="Simply remove JSON keys via CLI command",
1212
add_help=False # disable default --help arg to re-create last
1313
)
1414
argp.add_argument('-d', '--json-dir', '--json-folder',

0 commit comments

Comments
 (0)