mirror of
https://github.com/goodhosts/cli.git
synced 2026-04-27 07:06:00 +03:00
[PR #31] [MERGED] Additional Clean flags to target your cleanup #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/goodhosts/cli/pull/31
Author: @luthermonson
Created: 12/1/2021
Status: ✅ Merged
Merged: 12/2/2021
Merged by: @luthermonson
Base:
master← Head:clean-flags📝 Commits (2)
3f9aba8add extra flags to choose your cleanupf23508cvendor📊 Changes
29 files changed (+4120 additions, -100 deletions)
View changed files
📝
cmd/clean.go(+59 -5)📝
go.mod(+3 -2)📝
go.sum(+12 -5)➕
vendor/github.com/asaskevich/govalidator/.gitignore(+15 -0)➕
vendor/github.com/asaskevich/govalidator/.travis.yml(+12 -0)➕
vendor/github.com/asaskevich/govalidator/CODE_OF_CONDUCT.md(+43 -0)➕
vendor/github.com/asaskevich/govalidator/CONTRIBUTING.md(+63 -0)➕
vendor/github.com/asaskevich/govalidator/LICENSE(+21 -0)➕
vendor/github.com/asaskevich/govalidator/README.md(+622 -0)➕
vendor/github.com/asaskevich/govalidator/arrays.go(+87 -0)➕
vendor/github.com/asaskevich/govalidator/converter.go(+81 -0)➕
vendor/github.com/asaskevich/govalidator/doc.go(+3 -0)➕
vendor/github.com/asaskevich/govalidator/error.go(+47 -0)➕
vendor/github.com/asaskevich/govalidator/numerics.go(+100 -0)➕
vendor/github.com/asaskevich/govalidator/patterns.go(+113 -0)➕
vendor/github.com/asaskevich/govalidator/types.go(+656 -0)➕
vendor/github.com/asaskevich/govalidator/utils.go(+270 -0)➕
vendor/github.com/asaskevich/govalidator/validator.go(+1769 -0)➕
vendor/github.com/asaskevich/govalidator/wercker.yml(+15 -0)📝
vendor/github.com/dimchansky/utfbom/.travis.yml(+16 -5)...and 9 more files
📄 Description
cleaning everything was a bit too much of a hammer for some people so we've switched to having a bool flag for each clean and an
--allor-Ato do the original clean with no args we had previously. due to behavior changing from no args doing the full clean to -A doing the full clean we will ++ the minor release when this is mergedvendor includes v0.0.10 bump of hostsfile which includes the windows fixes for 9 hosts/line.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.