nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 11 lines 562 B view raw
1--- a/pkg/runner/options.go 2+++ b/pkg/runner/options.go 3@@ -107,7 +107,7 @@ func ParseOptions() *Options { 4 5 flagSet.CreateGroup("update", "Update", 6 flagSet.CallbackVarP(GetUpdateCallback(), "update", "up", "update subfinder to latest version"), 7- flagSet.BoolVarP(&options.DisableUpdateCheck, "disable-update-check", "duc", false, "disable automatic subfinder update check"), 8+ flagSet.BoolVarP(&options.DisableUpdateCheck, "disable-update-check", "duc", true, "disable automatic subfinder update check"), 9 ) 10 11 flagSet.CreateGroup("output", "Output",