mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 02:02:43 +00:00 
			
		
		
		
	command/write: new format
This commit is contained in:
		| @@ -7,7 +7,7 @@ import ( | ||||
| 	"strings" | ||||
| ) | ||||
|  | ||||
| // ReadCommand is a Command that gets data from the Vault. | ||||
| // ReadCommand is a Command that reads data from the Vault. | ||||
| type ReadCommand struct { | ||||
| 	Meta | ||||
| } | ||||
| @@ -60,7 +60,7 @@ func (c *ReadCommand) Synopsis() string { | ||||
|  | ||||
| func (c *ReadCommand) Help() string { | ||||
| 	helpText := ` | ||||
| Usage: vault get [options] path | ||||
| Usage: vault read [options] path | ||||
|  | ||||
|   Read data from Vault. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mitchell Hashimoto
					Mitchell Hashimoto