forked from toolshed/abra
		
	refactor: migrate authors to dedicated file [ci skip]
This commit is contained in:
		
							
								
								
									
										10
									
								
								cli/cli.go
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								cli/cli.go
									
									
									
									
									
								
							@ -163,16 +163,6 @@ func newAbraApp(version, commit string) *cli.App {
 | 
			
		||||
			AutoCompleteCommand,
 | 
			
		||||
		},
 | 
			
		||||
		BashComplete: autocomplete.SubcommandComplete,
 | 
			
		||||
		Authors: []cli.Author{
 | 
			
		||||
			// If you're looking at this and you hack on Abra and you're not listed
 | 
			
		||||
			// here, please do add yourself! This is a community project, let's show
 | 
			
		||||
			// some love
 | 
			
		||||
			{Name: "3wordchant"},
 | 
			
		||||
			{Name: "decentral1se"},
 | 
			
		||||
			{Name: "kawaiipunk"},
 | 
			
		||||
			{Name: "knoflook"},
 | 
			
		||||
			{Name: "roxxers"},
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	app.EnableBashCompletion = true
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user