summaryrefslogtreecommitdiff
path: root/utils/src/env.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-19 15:45:47 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-19 15:45:47 +0800
commit021d92a48000e8e04548ef45bad64c753ad0d1b4 (patch)
tree4f35b0f8fc882576e6c722778acff43ccc749699 /utils/src/env.rs
parentf5563c1c8aee3f1d9c0a7c4b5c6d72b6e58e95d4 (diff)
Add helpdoc module for environment variable handling
Diffstat (limited to 'utils/src/env.rs')
-rw-r--r--utils/src/env.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/src/env.rs b/utils/src/env.rs
index 98aaa6b..1c03aa3 100644
--- a/utils/src/env.rs
+++ b/utils/src/env.rs
@@ -1,3 +1,4 @@
pub mod editor;
+pub mod helpdoc;
pub mod locales;
pub mod pager;