1 #pragma once 2 3 namespace programs::shell::microfetch { 4 5 void registerCmd(); 6 const char *generate(const char *transport = "Serial"); 7 8 }