aboutsummaryrefslogtreecommitdiff
path: root/brep/package-details
diff options
context:
space:
mode:
Diffstat (limited to 'brep/package-details')
-rw-r--r--brep/package-details9
1 files changed, 7 insertions, 2 deletions
diff --git a/brep/package-details b/brep/package-details
index 214a0fe..6766797 100644
--- a/brep/package-details
+++ b/brep/package-details
@@ -8,6 +8,7 @@
#include <odb/forward.hxx> // database
#include <brep/types>
+
#include <brep/module>
#include <brep/options>
@@ -15,10 +16,14 @@ namespace brep
{
class package_details: public module
{
- private:
- virtual void
+ public:
+ virtual bool
handle (request&, response&);
+ virtual const cli::options&
+ cli_options () const {return options::package_details::description ();}
+
+ private:
virtual void
init (cli::scanner&);