From 094794c640dafaab37a0b227908d8602d29f7daa Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 2 Nov 2009 02:39:31 -0500 Subject: Added a --european flag, to use commas for decimals Ledger can often figure this out for itself, but this flag just makes it the default behavior. It is meant to be added to one's ~/.ledgerrc file. --- src/session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index c1e0243b..4b8d2380 100644 --- a/src/session.h +++ b/src/session.h @@ -105,6 +105,7 @@ public: HANDLER(account_).report(out); HANDLER(cache_).report(out); HANDLER(download).report(out); + HANDLER(european).report(out); HANDLER(file_).report(out); HANDLER(input_date_format_).report(out); HANDLER(price_db_).report(out); @@ -123,6 +124,7 @@ public: OPTION(session_t, account_); // -a OPTION(session_t, cache_); OPTION(session_t, download); // -Q + OPTION(session_t, european); OPTION__ (session_t, price_exp_, // -Z -- cgit v1.2.3