CFSworks
08/28/2024, 4:39 PM[root@turingpi ~]$ ./smitool write magic_id 0x249
[root@turingpi ~]$ ./smitool read chip_number
0x6368
[root@turingpi ~]$ ./smitool read chip_ver.model_id
0x1
[root@turingpi ~]$ ./smitool write magic_id 0
I next want to add some facility to dump tables (e.g. VLAN config and L2 learning) but CLI design (and [clap]()) aren't really my strong points. Does anybody know of any nice robust method to design intuitive CLIs?