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

Deprecate --input-directory in favor of --input-files #16

Closed
CodeF0x opened this issue Feb 6, 2025 · 1 comment · Fixed by #17
Closed

Deprecate --input-directory in favor of --input-files #16

CodeF0x opened this issue Feb 6, 2025 · 1 comment · Fixed by #17
Assignees
Labels
enhancement New feature or request

Comments

@CodeF0x
Copy link
Owner

CodeF0x commented Feb 6, 2025

Right now, users must use --input-directory to specify all input files. The name is misleading though, as you can not supply a directory which ffzap will automatically get every eligible file from. Instead, you need to supply every file name individually or use a glob pattern (or the respective equivalent on other systems).

I propose --input-files or maybe just --input.

That's an opportunity to also adjust --input-file as its name is also misleading. You're not inputting a file, but instead a text file containing a list of files to process.

I propose --files-list or something along the lines.

@CodeF0x CodeF0x added the enhancement New feature or request label Feb 6, 2025
@CodeF0x CodeF0x self-assigned this Feb 6, 2025
@CodeF0x
Copy link
Owner Author

CodeF0x commented Feb 6, 2025

Settled on --input as a replacement of --input-directory and --file-list as a replacement of --input-file.

@CodeF0x CodeF0x pinned this issue Feb 6, 2025
@CodeF0x CodeF0x linked a pull request Feb 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant