diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-01-04 22:52:48 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-04 22:52:48 -0700 |
commit | ccc0661a64b6acc0dd9708b1ab32a72e0a016e9c (patch) | |
tree | f340326272e72074611f8ca0dfdd315988da2886 /src/options.h | |
parent | 8deea28b78299717494e1d0840059321fd23590a (diff) | |
download | stage-ccc0661a64b6acc0dd9708b1ab32a72e0a016e9c.tar.gz stage-ccc0661a64b6acc0dd9708b1ab32a72e0a016e9c.tar.bz2 stage-ccc0661a64b6acc0dd9708b1ab32a72e0a016e9c.tar.xz stage-ccc0661a64b6acc0dd9708b1ab32a72e0a016e9c.zip |
Added --builtins command line option.
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 09ad19a..5b3f413 100644 --- a/src/options.h +++ b/src/options.h | |||
@@ -19,6 +19,7 @@ public: | |||
19 | 19 | ||
20 | protected: | 20 | protected: |
21 | int version( Bu::Array<Bu::String> aArgs ); | 21 | int version( Bu::Array<Bu::String> aArgs ); |
22 | int builtins( Bu::Array<Bu::String> aArgs ); | ||
22 | int nonOption( Bu::Array<Bu::String> aArgs ); | 23 | int nonOption( Bu::Array<Bu::String> aArgs ); |
23 | }; | 24 | }; |
24 | 25 | ||