balance: accept "bal" without complaining about ambiguity with balancesheet
This commit is contained in:
		
							parent
							
								
									e450251e61
								
							
						
					
					
						commit
						31f3e4dc27
					
				@ -181,7 +181,7 @@ testmode = (commandmode ["test"]) {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 }
 | 
					 }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
accountsmode = (commandmode ["balance","accounts"]) {
 | 
					accountsmode = (commandmode ["balance","bal","accounts"]) {
 | 
				
			||||||
  modeHelp = "(or accounts) show matched accounts and their balances"
 | 
					  modeHelp = "(or accounts) show matched accounts and their balances"
 | 
				
			||||||
 ,modeArgs = ([], Just commandargsflag)
 | 
					 ,modeArgs = ([], Just commandargsflag)
 | 
				
			||||||
 ,modeGroupFlags = Group {
 | 
					 ,modeGroupFlags = Group {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user