github.com/mutagen-io/mutagen@v0.18.0-rc1/cmd/mutagen/sync/create_nosspl.go (about) 1 //go:build !mutagensspl 2 3 package sync 4 5 const ( 6 // hashFlagOptions are the value options to display for the hash flag. 7 hashFlagOptions = "sha1|sha256" 8 // compressionFlagOptions are the value options to display for the 9 // compression flag. 10 compressionFlagOptions = "none|deflate" 11 )