Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help message improvement #3

Closed
mingming-ma opened this issue Sep 15, 2023 · 1 comment
Closed

Help message improvement #3

mingming-ma opened this issue Sep 15, 2023 · 1 comment

Comments

@mingming-ma
Copy link

textml/main.py

Line 93 in 293683d

print("Usage:\n python3 main.py <commands> [input files]\n")

Suggest to or similar

 print("Usage:\n python3 main.py <commands> [input-text-file|input-folder]\n")

as current tool only accept one text file for input, and also provide the folder as an input method

@ijacobs-cpa
Copy link
Owner

Issue fixed in the latest commit:

textml/main.py

Lines 93 to 95 in ec740e9

print("Usage:\n python3 main.py [input-file|input-folder]")
print(" or")
print(" python3 main.py <commands>\n")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants