mirror of
				https://github.com/puma/puma.git
				synced 2022-11-09 13:48:40 -05:00 
			
		
		
		
	Remove specific cluster CLI class
This commit is contained in:
		
							parent
							
								
									111cc1da74
								
							
						
					
					
						commit
						187c6f8360
					
				
					 2 changed files with 1 additions and 184 deletions
				
			
		
							
								
								
									
										7
									
								
								bin/puma
									
										
									
									
									
								
							
							
						
						
									
										7
									
								
								bin/puma
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -4,12 +4,7 @@
 | 
			
		|||
#
 | 
			
		||||
 | 
			
		||||
require 'puma/cli'
 | 
			
		||||
require 'puma/cluster_cli'
 | 
			
		||||
 | 
			
		||||
if ARGV[0] == "cluster"
 | 
			
		||||
  cli = Puma::ClusterCLI.new ARGV
 | 
			
		||||
else
 | 
			
		||||
  cli = Puma::CLI.new ARGV
 | 
			
		||||
end
 | 
			
		||||
cli = Puma::CLI.new ARGV
 | 
			
		||||
 | 
			
		||||
cli.run
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue