From 5e1870e259e866f3720bddbf757dec0c781cc967 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 16 Feb 2009 16:57:32 -0400 Subject: Added --args-only flags, to ignore init and env --- src/global.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/global.h') 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 -- cgit v1.2.3