// file : bbot/agent.cli // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\section=1" "\name=bbot-agent" "\summary=build bot agent" namespace bbot { { " ", " \h|SYNOPSIS| \cb{bbot-agent --help}\n \cb{bbot-agent --version}\n \c{\b{bbot-agent} [] } \h|DESCRIPTION| \cb{bbot-agent} @@ TODO. " } class agent_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. " }