mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 15:08:42 +00:00
- This will make the help output easier to read. To accomplish this, we needed to not set defaults via cobra because then the default would be printed on another line which looks bad. So now we set the defaults ourselves. - Also had to update spf13/pflag to the version that supports newlines in flag descriptions.