summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-19 22:36:08 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-19 22:36:08 -0400
commitf2f52066d2a9c82619ffea0f3972e48417a90b5b (patch)
tree3390b046e383309c4845be29dcf1d44c258c6d56 /src/session.h
parent2694335e54316606ab169e957034ba71e8274144 (diff)
downloadfork-ledger-f2f52066d2a9c82619ffea0f3972e48417a90b5b.tar.gz
fork-ledger-f2f52066d2a9c82619ffea0f3972e48417a90b5b.tar.bz2
fork-ledger-f2f52066d2a9c82619ffea0f3972e48417a90b5b.zip
Added a --strict session option
When enabled, if any accounts or commodities are seen in an uncleared transaction, which were not seen previously in a cleared or pending transaction or a textual directive dealing with accounts or commodities, a warning is generated about the unknown item.
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h
index 2b657125..d2320bb7 100644
--- a/src/session.h
+++ b/src/session.h
@@ -131,6 +131,7 @@ public:
OPTION(session_t, input_date_format_);
OPTION(session_t, price_db_);
+ OPTION(session_t, strict);
};
/**