commit | a4d7fe0f22ba9cb49cf1ca0549375a3167e3a036 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jul 20 06:51:41 2018 -0600 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jul 20 06:51:41 2018 -0600 |
tree | 80ae51d89fc76982d91f1b0ecaddf5d3ba639834 | |
parent | 457f135980286beaecc32798dbaee277cca6fa66 [diff] [blame] |
tools: implement 'nfdc cs erase' command refs #4318 Change-Id: If4dc401a3efff44a5bf4b3074d21797f8384cf9f
diff --git a/tools/nfdc/cs-module.hpp b/tools/nfdc/cs-module.hpp index 4181290..3b16952 100644 --- a/tools/nfdc/cs-module.hpp +++ b/tools/nfdc/cs-module.hpp
@@ -51,6 +51,11 @@ static void config(ExecuteContext& ctx); + /** \brief the 'cs erase' command + */ + static void + erase(ExecuteContext& ctx); + void fetchStatus(Controller& controller, const std::function<void()>& onSuccess,