ccextractor --help #85

Closed
opened 2026-01-29 16:34:47 +00:00 by claunia · 1 comment
Owner

Originally created by @Liontooth on GitHub (Nov 16, 2015).

This is a feature request. Currently, you get the full help screen if you leave out any parameters, ending with the message "Error: (This help screen was shown because there were no input files)."

That's fine, but please add the standard ways to access the help screen:

# ccextractor --help
Error: Error: Parameter --help not understood.

# ccextractor -h
Error: Error: Parameter -h not understood.

It would also be extremely useful if you could add a man page, even if it's just the same content initially.

Cheers,
David

Originally created by @Liontooth on GitHub (Nov 16, 2015). This is a feature request. Currently, you get the full help screen if you leave out any parameters, ending with the message "Error: (This help screen was shown because there were no input files)." That's fine, but please add the standard ways to access the help screen: ``` # ccextractor --help Error: Error: Parameter --help not understood. # ccextractor -h Error: Error: Parameter -h not understood. ``` It would also be extremely useful if you could add a man page, even if it's just the same content initially. Cheers, David
Author
Owner

@anshul1912 commented on GitHub (Jan 7, 2016):

Added -h and --help optios, can be closed now

@anshul1912 commented on GitHub (Jan 7, 2016): Added -h and --help optios, can be closed now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#85