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

Allow using multiple command options #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

filbertkm
Copy link
Owner

and improve error handling/formatting, with colored cli output for errors.

if ( $option === 'all-properties' ) {
$input = 'all-properties';
} else {
$input = $importOptions->getOption( $option );

Choose a reason for hiding this comment

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

$input appears to be not used

@filbertkm filbertkm force-pushed the EntityIdListBuilder branch 5 times, most recently from 025417a to 678b461 Compare January 22, 2017 20:58
also improve error handling/formatting, and
move QueryRunner obj construction to factory.
@filbertkm filbertkm force-pushed the EntityIdListBuilder branch from 678b461 to bd691e6 Compare January 22, 2017 22:50
And clean up the command options code a bit
@filbertkm filbertkm changed the title Factor out EntityIdListBuilder code to new method Allow using multiple command options Jan 22, 2017
@filbertkm filbertkm force-pushed the EntityIdListBuilder branch from c8a5fb1 to bbc1b0f Compare January 23, 2017 01:50
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