summaryrefslogtreecommitdiff
path: root/rola-cli/locales/helps
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-18 04:40:25 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-18 04:40:25 +0800
commit7879ac01b24eb9723ec0a814adaee1fc9c52610a (patch)
treed1c9a07e3ef8819869494c45e96bcd3e98856bdb /rola-cli/locales/helps
parent0b8e6e7d18abb94bd99553dc1d2b0ba5d4f265ea (diff)
feat(rola-cli): implement bucket creation and CLI entry point
Add bucket creation logic with pre-checks, localized error handling, and a basic CLI entry point using the mingling framework. Introduce a placeholder protocol for bucket transfer testing.
Diffstat (limited to 'rola-cli/locales/helps')
-rw-r--r--rola-cli/locales/helps/basic.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/rola-cli/locales/helps/basic.toml b/rola-cli/locales/helps/basic.toml
new file mode 100644
index 0000000..656cdc4
--- /dev/null
+++ b/rola-cli/locales/helps/basic.toml
@@ -0,0 +1,9 @@
+[en]
+help = """
+NO YET
+"""
+
+[zh_CN]
+help = """
+暂无
+"""