Console: Implement ObjectDirectory proxy
[senf.git] / Console / Parse.hh
index 9d22ede..36cde7c 100644 (file)
@@ -89,7 +89,8 @@ namespace console {
                               BuiltinLS, 
                               BuiltinPUSHD, 
                               BuiltinPOPD,
-                              BuiltinEXIT };
+                              BuiltinEXIT,
+                              BuiltinHELP };
 
         BuiltinCommand builtin() const;
         CommandPathRange commandPath() const;
@@ -146,6 +147,7 @@ namespace console {
         ///////////////////////////////////////////////////////////////////////////
 
         bool parse(std::string command, Callback cb);
+        bool parseFile(std::string filename, Callback cb);
 
     private:
         struct Impl;