summaryrefslogtreecommitdiff
path: root/tests/parser/test-006.cli
blob: 5b555e4bceb2152ce4960eb49c18c701ff69773d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// option-doc
//
class c
{
  bool --help | -h {"Help me"};

  int --comp = 5
  {
    "<level>",
    "Set compression level",
    "Set compression level to <level>.

     The minimum value for this options is 0 and
     maximum is 9."
  };
};