Skip to content

Commit 44eddae

Browse files
committed
Updated cmds
1 parent d735d1e commit 44eddae

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

get-min-py/src/get_min_py/data/package_data.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "get-min-py",
33
"version": "1.0.0",
44
"description": "Get the minimum Python version required for a PyPI package.",
5-
"cmds": ["get-min-py", "check-min-py"],
5+
"cmds": [
6+
"get-min-py", "get-min-ver", "check-min-py", "check-min-ver", "getminpy", "getminver", "checkminpy", "checkminver"],
67
"cmd_format": "get-min-py <pkg>[,pkg_b,pkg_c]",
78
"author": { "name": "Adam Lui", "email": "adam@kudoai.com", "url": "https://github.com/adamlui" },
89
"urls": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.8.3",
44
"description": "Simply remove JSON keys via CLI command.",
55
"short_name": "remove-json",
6-
"cmds": ["remove-json-keys", "remove-json"],
6+
"cmds": ["remove-json-keys", "remove-json-key", "remove-json", "removejsonkeys", "removejsonkey", "removejson"],
77
"author": { "name": "Adam Lui", "email": "adam@kudoai.com", "url": "https://github.com/adamlui" },
88
"urls": {
99
"docs": "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs",

translate-messages/src/translate_messages/data/package_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.8.3",
44
"description": "Translate en/messages.json (chrome.i18n format) to 100+ locales automatically.",
55
"short_name": "translate-msgs",
6-
"cmds": ["translate-messages", "translate-msgs"],
6+
"cmds": ["translate-messages", "translate-msgs", "translatemessages", "translatemsgs"],
77
"author": { "name": "Adam Lui", "email": "adam@kudoai.com", "url": "https://github.com/adamlui" },
88
"urls": {
99
"docs": "https://github.com/adamlui/python-utils/tree/main/translate-messages/docs",

0 commit comments

Comments
 (0)