diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-16 16:57:32 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-16 16:57:32 -0400 |
commit | 5e1870e259e866f3720bddbf757dec0c781cc967 (patch) | |
tree | 34d70e9172890a956a332831537da773a2442f15 /src/global.h | |
parent | d0a664d102bb0886dbaf844b6857749f70702ea3 (diff) | |
download | fork-ledger-5e1870e259e866f3720bddbf757dec0c781cc967.tar.gz fork-ledger-5e1870e259e866f3720bddbf757dec0c781cc967.tar.bz2 fork-ledger-5e1870e259e866f3720bddbf757dec0c781cc967.zip |
Added --args-only flags, to ignore init and env
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h index 883972fc..1fb3e157 100644 --- a/src/global.h +++ b/src/global.h @@ -112,6 +112,7 @@ See LICENSE file included with the distribution for details and disclaimer."; virtual expr_t::ptr_op_t lookup(const string& name); + OPTION(global_scope_t, args_only); OPTION(global_scope_t, debug_); OPTION(global_scope_t, full_help); // -H |