summaryrefslogtreecommitdiff
path: root/dryrun.go
blob: b9f44478325c6251c921798e48f4cd97960928d1 (plain)
1
2
3
4
5
6
7
package argvpb

// think about using something like this

func DryRun() bool {
	return false
}