mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Merge pull request #432 from tdaede/no_verify
Add flag to skip verification during write.
This commit is contained in:
		| @@ -55,6 +55,13 @@ static StringFlag destHeads( | ||||
| 		setRange(config.mutable_heads(), value); | ||||
| 	}); | ||||
|  | ||||
| static ActionFlag noVerifyFlag( | ||||
| 	{ "--no-verify", "-n" }, | ||||
| 	"skip verification of write", | ||||
| 	[]{ | ||||
| 		config.clear_decoder(); | ||||
| 	}); | ||||
|  | ||||
| int mainWrite(int argc, const char* argv[]) | ||||
| { | ||||
| 	if (argc == 1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user