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

Some small fixes to correlations and crosstab #15

Merged
merged 2 commits into from
Feb 8, 2021
Merged

Conversation

matentzn
Copy link
Collaborator

@matentzn matentzn commented Feb 8, 2021

  • added verbose option to correlations (there is a lot being printed there -> would you want those tuples in the end to be somehow exported?
  • change order of click options (duplicate -o/--output entries).

@@ -114,38 +113,41 @@ def crosstab(input, output, transpose, fields):
@main.command()
@click.option('-o', '--output')
@click.option('-t', '--transpose/--no-transpose', default=False)
@click.option('-v', '--verbose/--no-verbose', default=False)
Copy link
Collaborator

Choose a reason for hiding this comment

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

there is a way in click to make verbose a global option.. we could do this.. or it may just complicate

@cmungall cmungall merged commit 03c2ab2 into master Feb 8, 2021
@matentzn matentzn deleted the crosstab-verbose branch July 9, 2021 12:54
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