diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-02-08 10:52:30 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-02-08 10:52:30 -0700 |
commit | 105aa3262bde83a33394ec57401ecf53e8d81971 (patch) | |
tree | 14e2efb0410129551a3d2e895a11de0a1d6ff9d5 /src/options.h | |
parent | b6a33cf4c6c66d364986d7f652c8574953fac4d9 (diff) | |
download | stage-105aa3262bde83a33394ec57401ecf53e8d81971.tar.gz stage-105aa3262bde83a33394ec57401ecf53e8d81971.tar.bz2 stage-105aa3262bde83a33394ec57401ecf53e8d81971.tar.xz stage-105aa3262bde83a33394ec57401ecf53e8d81971.zip |
Deflate support, more colors.
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 bf9825f..4ac030b 100644 --- a/src/options.h +++ b/src/options.h | |||
@@ -23,6 +23,7 @@ protected: | |||
23 | int version( Bu::Array<Bu::String> aArgs ); | 23 | int version( Bu::Array<Bu::String> aArgs ); |
24 | int builtins( Bu::Array<Bu::String> aArgs ); | 24 | int builtins( Bu::Array<Bu::String> aArgs ); |
25 | int smlTest( Bu::Array<Bu::String> aArgs ); | 25 | int smlTest( Bu::Array<Bu::String> aArgs ); |
26 | int smlHelp( Bu::Array<Bu::String> aArgs ); | ||
26 | int nonOption( Bu::Array<Bu::String> aArgs ); | 27 | int nonOption( Bu::Array<Bu::String> aArgs ); |
27 | int printResult( Bu::Array<Bu::String> aArgs ); | 28 | int printResult( Bu::Array<Bu::String> aArgs ); |
28 | }; | 29 | }; |