Add copy command

Change-Id: I0a88f7fa9a096022dd95e8af8854f980ca34f043
diff --git a/src/interpreter.hpp b/src/interpreter.hpp
index a05183f..0dfe2b6 100644
--- a/src/interpreter.hpp
+++ b/src/interpreter.hpp
@@ -25,6 +25,7 @@
     void operator()(const describe_&) const;
     void operator()(const discard_&) const;
     void operator()(const help_&) const;
+    void operator()(const copy_& copy) const;
 
 private:
     template <typename T>