aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/lib/libtest/test/test.cli
blob: f19d56c7ecb6e6376cf335affae575c3b5828b61 (plain)
1
2
3
4
5
6
7
8
9
include <test/base.cli>;

namespace test
{
  class options: base
  {
    bool --help;
  };
}