aboutsummaryrefslogtreecommitdiff
path: root/src/cmds/cmd/hexdump.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support for reading from stdin and improve error messages魏曹先生2026-03-181-5/+16
* Add build system rerun triggers and refactor command system魏曹先生2026-03-151-7/+2
* Add helpdoc system with interactive viewer魏曹先生2026-03-121-5/+9
* Change cmd_output! macro to take type before value魏曹先生2026-02-261-1/+1
* Replace string type identifiers with TypeId for command output matching魏曹先生2026-02-261-1/+3
* Add hexdump and sheetdump commands魏曹先生2026-02-251-0/+44