Skip to content

Conversation

@MJJoyce
Copy link
Member

@MJJoyce MJJoyce commented Feb 12, 2016

  • Switch all argument parsing and checking to commons CLI.
  • Update input directory processing such that the 'crawldb' folder
    should no longer be included in the input paths. Now the user simply
    points to the crawl folder instead of specific crawldb directories.

- Switch all argument parsing and checking to commons CLI.
- Update input directory processing such that the 'crawldb' folder
  should no longer be included in the input paths. Now the user simply
  points to the crawl folder instead of specific crawldb directories.
Option inDirs = OptionBuilder
.withArgName("inputDirs")
.isRequired()
.withDescription("Comma separated list of crawl directories")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could do with being explicit e.g. providing an example

@lewismc
Copy link
Member

lewismc commented Feb 13, 2016

Nice. +1 to this if you can provide an example.

@MJJoyce
Copy link
Member Author

MJJoyce commented Feb 18, 2016

+1 @lewismc I'll see about throwing an example in there when I commit.

asfgit pushed a commit that referenced this pull request Feb 18, 2016
@MJJoyce
Copy link
Member Author

MJJoyce commented Feb 18, 2016

Note, closing this manually since I buggered the merge =D

@MJJoyce MJJoyce closed this Feb 18, 2016
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

Successfully merging this pull request may close these issues.

2 participants