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

Update dep #180

Merged
merged 2 commits into from
Feb 10, 2021
Merged

Update dep #180

merged 2 commits into from
Feb 10, 2021

Conversation

sylr
Copy link
Contributor

@sylr sylr commented Jan 2, 2021

No description provided.

Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
@@ -18,7 +18,6 @@ var (
align = flag.String("a", "none", "Set alignment with eg. none|left|right|center")
pipe = flag.Bool("p", false, "Support for Piping from STDIN")
border = flag.Bool("b", true, "Enable / disable table border")
casing = flag.Bool("c", false, "Set header to be title case")
Copy link
Owner

Choose a reason for hiding this comment

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

Why are you removing support for casting if i may ask

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because I believe it's broken, SetTitleCase() does not exist.

@mattn mattn merged commit c7d2a8a into olekukonko:master Feb 10, 2021
@mattn
Copy link
Collaborator

mattn commented Feb 10, 2021

Thank you.

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.

4 participants