iddohau / rust-strings

Extracting strings from binary data
MIT License
6 stars 1 forks source link

Feature request: naked argument instead of --file-path #2

Closed ghost closed 1 year ago

ghost commented 1 year ago

Have the format be more similar to that of GNU Strings. instead of -f or --file-path be able to specify file path as a naked argument.

ex:

rstrings /path/file

iddohau commented 1 year ago

I've added the option to pass the file path as argument and also kept the option to pass it as a flag