// file : cli/options.cli // author : Boris Kolpackov // copyright : Copyright (c) 2009 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // NOTE: Make sure you have a working CLI compiler around // before modifying this file. // include ; include ; class options { bool --help; bool --version; std::string --output-dir; };