// file : bbot/worker.cli // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\section=1" "\name=bbot-worker" "\summary=build bot worker" namespace bbot { { " ", " \h|SYNOPSIS| \cb{bbot-worker --help}\n \cb{bbot-worker --version}\n \c{\b{bbot-worker} [] } \h|DESCRIPTION| \cb{bbot-worker} @@ TODO. " } class worker_options { "\h|OPTIONS|" bool --help {"Print usage information and exit."} bool --version {"Print version and exit."} }; " \h|EXIT STATUS| Non-zero exit status is returned in case of an error. " }