* Add an option to use unicode in balance tables fixes #522 * Add a test for unicode tables * Document --pretty-tables * Support --pretty-tables in BalanceView
		
			
				
	
	
		
			28 lines
		
	
	
		
			896 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			896 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 1.
 | 
						|
hledger -f - balancesheet -M --pretty-tables
 | 
						|
<<<
 | 
						|
2016/1/1
 | 
						|
  assets  1
 | 
						|
  b
 | 
						|
>>>
 | 
						|
Balance Sheet
 | 
						|
 | 
						|
             ║  2016/01/31 
 | 
						|
═════════════╬═════════════
 | 
						|
 Assets      ║             
 | 
						|
─────────────╫─────────────
 | 
						|
 assets      ║           1 
 | 
						|
─────────────╫─────────────
 | 
						|
             ║           1 
 | 
						|
═════════════╬═════════════
 | 
						|
 Liabilities ║             
 | 
						|
─────────────╫─────────────
 | 
						|
─────────────╫─────────────
 | 
						|
             ║             
 | 
						|
═════════════╬═════════════
 | 
						|
 Total       ║             
 | 
						|
 | 
						|
 | 
						|
>>>2
 | 
						|
>>>= 0
 |