Skip to content

Commit 7877626

Browse files
committed
Replaced CLI arguments in header comments w/ notes
1 parent e9382c3 commit 7877626

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
'''
22
Name: remove-json-keys.py
3-
Version: 2026.2.10.3
3+
Version: 2026.2.10.4
44
Author: Adam Lui
55
Description: Remove key/value pairs from json_folder/**.json
66
Homepage: https://github.com/adamlui/python-utils
77
Support: https://github.com/adamlui/python-utils/issues
88
Sponsor: https://github.com/sponsors/adamlui
9-
10-
CLI arguments:
11-
--json-folder="name" Name of folder containing JSON files
12-
--help Print help screen
9+
Notes: Use --help to print CLI arguments.
1310
'''
1411

1512
import argparse

translate-messages/translate-en-messages.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.6
3+
Version: 2026.2.10.7
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
77
Support: https://github.com/adamlui/python-utils/issues
88
Sponsor: https://github.com/sponsors/adamlui
9-
10-
CLI arguments:
11-
--include-langs=locales Comma-separated list of languages to include (e.g. "en,es,fr")
12-
--exclude-langs=locales Comma-separated list of languages to exclude (e.g. "en,es")
13-
--help Print help screen
9+
Notes: Use --help to print CLI arguments.
1410
'''
1511

1612
import argparse

0 commit comments

Comments
 (0)