// file : bpkg/help-options.cli // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; namespace bpkg { class help_options: common_options { /* "Show detailed help for a command or help topic or the list of available commands and topics if none was specified." */ }; }