4 Replies Latest reply on Jul 18, 2013 2:27 AM by rajonjava

    Forge command history and BaseFacet.uninstall method

    rajonjava

      I have two question

       

      1) Is there a feature like Doskey in forge ?  when i use up/down arrow i can get old commands.

       

      2) what is the use of BaseFacet.uninstall. to call install method we do somethign like install.fire(new InstallFacets(MyFacet.class));  I see there is a RemoveFacet.. will this automatically calls uninstall ?