Skip to content

Commit e9382c3

Browse files
committed
Added --help to header comments
1 parent e490f65 commit e9382c3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

remove-json-keys/remove-json-keys.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: remove-json-keys.py
3-
Version: 2026.2.10.2
3+
Version: 2026.2.10.3
44
Author: Adam Lui
55
Description: Remove key/value pairs from json_folder/**.json
66
Homepage: https://github.com/adamlui/python-utils
@@ -9,6 +9,7 @@
99
1010
CLI arguments:
1111
--json-folder="name" Name of folder containing JSON files
12+
--help Print help screen
1213
'''
1314

1415
import argparse

translate-messages/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.5
3+
Version: 2026.2.10.6
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -10,6 +10,7 @@
1010
CLI arguments:
1111
--include-langs=locales Comma-separated list of languages to include (e.g. "en,es,fr")
1212
--exclude-langs=locales Comma-separated list of languages to exclude (e.g. "en,es")
13+
--help Print help screen
1314
'''
1415

1516
import argparse

0 commit comments

Comments
 (0)