Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gzdunek
Copy link

@gzdunek gzdunek commented May 10, 2023

Part 2 of the upstream update #13

Conflicting commits:
18d9855:

  • cmd.go - upstream added completionAlts and we added noInterspersed to the same CmdClause struct. I accepted changes from both sides.
  • cmd_test.go - conflict in imports, accepted both.

4b73901

  • app.go - upstream replaced writer with errorWriter and usageWriter and we added allRepeatable to the same Application struct. I accepted changes from both sides
  • usage.go - upstream replaced writer with usageWriter and we added formatFlagCompact function. I accepted changes from both sides.

heewa and others added 17 commits May 10, 2023 11:04
(cherry picked from commit 0b7f974)
(cherry picked from commit 52a760e)
(cherry picked from commit f782cbb)
…nd add missing with envar error test case

(cherry picked from commit a1b275e)
(cherry picked from commit 445c48d)
(cherry picked from commit 3b1b63e)
…rrorWriter() (fixes alecthomas#137)

These writer functions should be preferred over .Writer().

(cherry picked from commit 9f68dc0)
@gzdunek gzdunek requested a review from codingllama May 10, 2023 09:54
Copy link

@nklaassen nklaassen left a comment

Choose a reason for hiding this comment

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

This and the previous PR look alright at a glance, as long as the tests pass the changes seem fine

@gzdunek gzdunek merged commit c552958 into master May 10, 2023
@gzdunek gzdunek deleted the gzdunek/update-with-upstream-2 branch May 10, 2023 15:09
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.

10 participants