mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +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:]))
 | 
						|
}
 |