diff options
author | Mike Buland <eichlan@xagasoft.com> | 2014-11-25 09:42:47 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2014-11-25 09:42:47 -0700 |
commit | 145c88f23e6587e310d3ca974365d20d373d8e1b (patch) | |
tree | 9f568c7d801fdee926e875317f56cb795c6a0e11 /src/options.h | |
parent | 3320e1496b1d099f63dea869f4a1cc19630dc3a9 (diff) | |
download | clic-145c88f23e6587e310d3ca974365d20d373d8e1b.tar.gz clic-145c88f23e6587e310d3ca974365d20d373d8e1b.tar.bz2 clic-145c88f23e6587e310d3ca974365d20d373d8e1b.tar.xz clic-145c88f23e6587e310d3ca974365d20d373d8e1b.zip |
Added a new 'execute' command line parameter.
Diffstat (limited to '')
-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 e0b7f33..cd0fd2d 100644 --- a/src/options.h +++ b/src/options.h | |||
@@ -17,6 +17,7 @@ private: | |||
17 | int textPrimes( Bu::StringArray aArgs ); | 17 | int textPrimes( Bu::StringArray aArgs ); |
18 | int isPrime( Bu::StringArray aArgs ); | 18 | int isPrime( Bu::StringArray aArgs ); |
19 | int convert( Bu::StringArray aArgs ); | 19 | int convert( Bu::StringArray aArgs ); |
20 | int execute( Bu::StringArray aArgs ); | ||
20 | 21 | ||
21 | int iScale; | 22 | int iScale; |
22 | int iRadix; | 23 | int iRadix; |