diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-02 17:22:12 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-02 17:22:12 +0200 |
| commit | ed60746355044dd39acd82b8f42c4d9886914567 (patch) | |
| tree | a958825cb9bca8960eafb41c373d91e22ca9e4ed /cli/options.cli | |
| parent | 62166bfe7031522bd851eb5d7047a19182e24a45 (diff) | |
| download | cli-ed60746355044dd39acd82b8f42c4d9886914567.tar.gz cli-ed60746355044dd39acd82b8f42c4d9886914567.tar.xz cli-ed60746355044dd39acd82b8f42c4d9886914567.zip | |
Implement generation of specifier functions (--generate-specifier)
These functions determine whether the option was specified on the command
line. New test: specifier.
Diffstat (limited to 'cli/options.cli')
| -rw-r--r-- | cli/options.cli | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.cli b/cli/options.cli index de0c1a2..dff5443 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -28,6 +28,12 @@ class options "Generate option value modifiers in addition to accessors." }; + bool --generate-specifier + { + "Generate functions for determining whether the option was specified + on the command line." + }; + bool --generate-file-scanner { "Generate the \c{argv_file_scanner} implementation. This scanner is |
