mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Update path-help command
This commit is contained in:
		| @@ -28,15 +28,15 @@ func TestPathHelpCommand_Run(t *testing.T) { | ||||
| 		code int | ||||
| 	}{ | ||||
| 		{ | ||||
| 			"empty", | ||||
| 			nil, | ||||
| 			"Missing PATH!", | ||||
| 			"not_enough_args", | ||||
| 			[]string{}, | ||||
| 			"Not enough arguments", | ||||
| 			1, | ||||
| 		}, | ||||
| 		{ | ||||
| 			"slash", | ||||
| 			[]string{"/"}, | ||||
| 			"Missing PATH!", | ||||
| 			"too_many_args", | ||||
| 			[]string{"foo", "bar"}, | ||||
| 			"Too many arguments", | ||||
| 			1, | ||||
| 		}, | ||||
| 		{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Seth Vargo
					Seth Vargo