aboutsummaryrefslogtreecommitdiff
path: root/src/cmds/cmd/sheetdump.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor code to use modern Rust idioms and fix clippy lints魏曹先生2026-03-201-1/+1
* Make sheetedit and sheetdump accept stdin or file argument魏曹先生2026-03-191-8/+17
* 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
* Add pretty output option to sheetdump command魏曹先生2026-02-271-7/+17
* 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/+62