-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add custom suffix for hf mf autopwn to -o argument #2703
Add custom suffix for hf mf autopwn to -o argument #2703
Conversation
You are welcome to add an entry to the CHANGELOG.md as well |
Thank you for the review!
|
We are trying not to have "long_parameter_names" since it will fill up out screen space. Think people using it on phones. So even if you need a "long" parameter, try making as short as possible. In this case "output" doesn't add anything. We could have used "out" but feels a bit odd. just making a short -o is enough since its one of the "reserved" parameter names like -f .. |
Thanks for the fast changes! |
Thanks for the explanation! |
This is because hf mf autopwn is the most used command and this can be used as "taking notes", to prevent causing a not sortable file list after long time use.
usage:
hf mf autopwn -o front_door
hf mf autopwn -o "front_door"