spf13--viper/internal/features/1387.go
Mark Sagi-Kazar 40800105e2
feat: partially revert #1387
1387 introduced a rather serious breaking change that's causing pain
throughout the community. Even though it fixed a buggy behavior
the previous one was still useful to a lot of people.

This change introduces a way to revert back to that old behavior.

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2023-06-29 06:43:48 +02:00

8 lines
143 B
Go

//go:build !viper_1387
// +build !viper_1387
package features
// Revert1387 reverts the behavior introduced in #1387.
var Revert1387 = false