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 a branch option on "analyze" command #78

Merged
merged 1 commit into from
Apr 4, 2019
Merged

Conversation

tgalopin
Copy link
Contributor

@tgalopin tgalopin commented Apr 4, 2019

No description provided.

@@ -27,6 +27,7 @@ protected function configure()
->addArgument('project-uuid', InputArgument::REQUIRED)
->addOption('format', null, InputOption::VALUE_REQUIRED, 'To output in other formats', 'txt')
->addOption('reference', null, InputOption::VALUE_REQUIRED, 'The git reference to analyze')
->addOption('branch', null, InputOption::VALUE_REQUIRED, 'The analysis current branch')
Copy link
Contributor

Choose a reason for hiding this comment

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

should it have a -b shortcut ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'd prefer not, I would like to be coherent with other options not having one. You can create a PR to add a shortcut on all option if you want, I'd be happy to merge it :) !

@tgalopin tgalopin merged commit 71d1692 into master Apr 4, 2019
@tgalopin tgalopin deleted the branch-option branch April 4, 2019 11:38
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