Commit 9bbfbfba authored by 王志伟's avatar 王志伟

change param

parent 046ae7e8
......@@ -24,6 +24,9 @@ object strategy_clk_imp_oldUser {
opt[String]("env")
.text(s"the databases environment you used")
.action((x, c) => c.copy(env = x))
opt[String] ("date")
.text(s"the date you used")
.action((x,c) => c.copy(date = x))
note(
"""
|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