forked from toolshed/abra
		
	docs: <server> is not always required, drop it
This commit is contained in:
		@ -6,10 +6,9 @@ import (
 | 
			
		||||
 | 
			
		||||
// ServerCommand defines the `abra server` command and its subcommands
 | 
			
		||||
var ServerCommand = &cli.Command{
 | 
			
		||||
	Name:      "server",
 | 
			
		||||
	ArgsUsage: "<server>",
 | 
			
		||||
	Aliases:   []string{"s"},
 | 
			
		||||
	Usage:     "Manage servers",
 | 
			
		||||
	Name:    "server",
 | 
			
		||||
	Aliases: []string{"s"},
 | 
			
		||||
	Usage:   "Manage servers",
 | 
			
		||||
	Description: `
 | 
			
		||||
Manage the lifecycle of a server.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user