diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-29 15:28:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-29 15:28:04 +0800 |
| commit | fdffd0d081465fa4d08645f7e1b546e1addb2ef9 (patch) | |
| tree | 194f55dc4c74a69fdc9116f5ffd6e769b9bd98cd /src/utils.rs | |
| parent | 40507c8e3b5751cd0488ae0bdcf11909eeff520d (diff) | |
Add confirmation options and alias commands
- Add -C/--confirm flags to skip confirmation for direct/unstain
commands - Add command aliases for account and vault subcommands
(+/-/ls) - Improve error handling with better error messages - Implement
unstain command functionality - Add port option to vault listen command
- Refactor error handling to use centralized function
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.rs b/src/utils.rs index e034bcd..dfa6926 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,4 +1,5 @@ pub mod build_env_logger; +pub mod input; pub mod lang_selector; pub mod md_colored; pub mod socket_addr_helper; |
