mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 10:34:05 +00:00 
			
		
		
		
	Completer: add "approve" to the command completion
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
		
							parent
							
								
									ce72b31bc6
								
							
						
					
					
						commit
						7933a720aa
					
				@ -32,7 +32,7 @@ class Completer(object):
 | 
				
			|||||||
        self.cmds = ['easy', 'hint', 'force-hint', 'force', 'remove',
 | 
					        self.cmds = ['easy', 'hint', 'force-hint', 'force', 'remove',
 | 
				
			||||||
                     'force', 'age-days', 'urgent', 'block-all',
 | 
					                     'force', 'age-days', 'urgent', 'block-all',
 | 
				
			||||||
                     'block', 'block-udeb', 'unblock', 'unblock-udeb',
 | 
					                     'block', 'block-udeb', 'unblock', 'unblock-udeb',
 | 
				
			||||||
                     'exit', 'quit']
 | 
					                     'approve', 'exit', 'quit']
 | 
				
			||||||
        self.britney = britney
 | 
					        self.britney = britney
 | 
				
			||||||
        # generate a completion list from excuses.
 | 
					        # generate a completion list from excuses.
 | 
				
			||||||
        # - it might contain too many items, but meh
 | 
					        # - it might contain too many items, but meh
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user