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

Add option to process max number of files #24

Open
emmenko opened this issue Sep 8, 2014 · 4 comments
Open

Add option to process max number of files #24

emmenko opened this issue Sep 8, 2014 · 4 comments
Assignees

Comments

@emmenko
Copy link
Member

emmenko commented Sep 8, 2014

--maxFilesToProcess how many files need to be processed if more then one is found, starting from latest

@emmenko emmenko self-assigned this Sep 8, 2014
@hajoeichler
Copy link
Member

So I suggest to have two option:

  • --maxFilesToProcess: 0 means all - as it is now.
  • --fileOrder: forward or backward as option

(The names are all open for discussion...)

@emmenko
Copy link
Member Author

emmenko commented Sep 8, 2014

What's forward and backward ?

Also all files are processed by default, unless you specify maxFilesToProcess (0 is not a valid number)

@hajoeichler
Copy link
Member

Agree with the 0. forward and backward was meant to the file timestamp... seem like it's not intuitiv.

@emmenko
Copy link
Member Author

emmenko commented Sep 8, 2014

Hmm, how about then

  • --fileOrder 1 ascending
  • --fileOrder -1 descending (default)

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

3 participants