aboutsummaryrefslogtreecommitdiff
path: root/src/utils/input.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add input_with_editor function for text editing魏曹先生2025-10-291-0/+53
| | | | | | This function opens the system editor with default text in a cache file, reads back the modified content after editing, and removes comment lines.
* Add input utility functions for user confirmation魏曹先生2025-10-291-0/+52