Skip to content

Commit 3b3cfb6

Browse files
committed
Pluralized cli_cmd
1 parent 753e21f commit 3b3cfb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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", "remove-json"],
3+
"cli_cmds": ["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",

translate-messages/src/translate_messages/package_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "translate-messages",
33
"short_name": "translate-msgs",
4-
"cli_cmd": ["translate-messages", "translate-msgs"],
4+
"cli_cmds": ["translate-messages", "translate-msgs"],
55
"author": { "name": "Adam Lui", "email": "adam@kudoai.com", "url": "https://github.com/adamlui" },
66
"urls": {
77
"docs": "https://github.com/adamlui/python-utils/tree/main/translate-messages/docs",

0 commit comments

Comments
 (0)