show proper help for balancesheet/incomestatement
This commit is contained in:
		
							parent
							
								
									df6ee91e38
								
							
						
					
					
						commit
						483eb09a82
					
				@ -88,8 +88,8 @@ main = do
 | 
				
			|||||||
       | any (cmd `isPrefixOf`) ["entries","print"]      = showModeHelpOr entriesmode  $ withJournalDo opts print'
 | 
					       | any (cmd `isPrefixOf`) ["entries","print"]      = showModeHelpOr entriesmode  $ withJournalDo opts print'
 | 
				
			||||||
       | any (cmd `isPrefixOf`) ["postings","register"]  = showModeHelpOr postingsmode $ withJournalDo opts register
 | 
					       | any (cmd `isPrefixOf`) ["postings","register"]  = showModeHelpOr postingsmode $ withJournalDo opts register
 | 
				
			||||||
       | any (cmd `isPrefixOf`) ["activity","histogram"] = showModeHelpOr activitymode $ withJournalDo opts histogram
 | 
					       | any (cmd `isPrefixOf`) ["activity","histogram"] = showModeHelpOr activitymode $ withJournalDo opts histogram
 | 
				
			||||||
       | cmd `isPrefixOf` "incomestatement"              = showModeHelpOr activitymode $ withJournalDo opts incomestatement
 | 
					       | cmd `isPrefixOf` "incomestatement"              = showModeHelpOr incomestatementmode $ withJournalDo opts incomestatement
 | 
				
			||||||
       | any (cmd `isPrefixOf`) ["balancesheet","bs"]    = showModeHelpOr activitymode $ withJournalDo opts balancesheet
 | 
					       | any (cmd `isPrefixOf`) ["balancesheet","bs"]    = showModeHelpOr balancesheetmode $ withJournalDo opts balancesheet
 | 
				
			||||||
       | cmd `isPrefixOf` "stats"                        = showModeHelpOr statsmode    $ withJournalDo opts stats
 | 
					       | cmd `isPrefixOf` "stats"                        = showModeHelpOr statsmode    $ withJournalDo opts stats
 | 
				
			||||||
       | not (null matchedaddon)                           = do
 | 
					       | not (null matchedaddon)                           = do
 | 
				
			||||||
                                                             when (debug_ opts) $ printf "running %s\n" shellcmd
 | 
					                                                             when (debug_ opts) $ printf "running %s\n" shellcmd
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user