Skip to content

Commit 4a2d39f

Browse files
committed
Added remove-json cmd
1 parent 315a87f commit 4a2d39f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

remove-json-keys/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Repository = "https://github.com/adamlui/python-utils"
6060

6161
[project.scripts]
6262
remove-json-keys = "remove_json_keys.__main__:main"
63+
remove-json = "remove_json_keys.__main__:main"
6364

6465
[project.optional-dependencies]
6566
dev = [

remove-json-keys/src/remove_json_keys/package_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remove-json-keys",
3-
"cli_cmd": ["remove-json-keys"],
3+
"cli_cmd": ["remove-json-keys", "remove-json"],
44
"author": { "name": "Adam Lui", "email": "adam@kudoai.com", "url": "https://github.com/adamlui" },
55
"urls": {
66
"docs": "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs",

0 commit comments

Comments
 (0)