Commit 8f787e8f authored by 王志伟's avatar 王志伟

add

parent 65110bd4
...@@ -28,9 +28,9 @@ object strategy_clk_imp_oldUser { ...@@ -28,9 +28,9 @@ object strategy_clk_imp_oldUser {
opt[String]("env") opt[String]("env")
.text(s"the databases environment you used") .text(s"the databases environment you used")
.action((x, c) => c.copy(env = x)) .action((x, c) => c.copy(env = x))
opt[String] ("date") // opt[String] ("date")
.text(s"the date you used") // .text(s"the date you used")
.action((x,c) => c.copy(date = x)) //.action((x,c) => c.copy(date = x))
note( note(
""" """
|For example, the following command runs this app on a tidb dataset: |For example, the following command runs this app on a tidb dataset:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment