mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			161 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			161 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package main // import "github.com/hashicorp/vault"
 | |
| 
 | |
| import (
 | |
| 	"os"
 | |
| 
 | |
| 	"github.com/hashicorp/vault/command"
 | |
| )
 | |
| 
 | |
| func main() {
 | |
| 	os.Exit(command.Run(os.Args[1:]))
 | |
| }
 | 
