forked from toolshed/abra
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			252 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			252 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package server
 | |
| 
 | |
| import "github.com/spf13/cobra"
 | |
| 
 | |
| // ServerCommand defines the `abra server` command and its subcommands
 | |
| var ServerCommand = &cobra.Command{
 | |
| 	Use:     "server [cmd] [args] [flags]",
 | |
| 	Aliases: []string{"s"},
 | |
| 	Short:   "Manage servers",
 | |
| }
 |