github.com/mutagen-io/mutagen@v0.18.0-rc1/cmd/mutagen/sync/create_sspl.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|xxh128"
     8  	// compressionFlagOptions are the value options to display for the
     9  	// compression flag.
    10  	compressionFlagOptions = "none|deflate|zstandard"
    11  )