From 8e81a017c158169ee77da1d71550ba29436bbc9c Mon Sep 17 00:00:00 2001 From: demon143 <59681577+demon143@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:37:50 +0800 Subject: [PATCH] Update manage.py (#628) * Update manage.py * Update manage.py * Update manage.py * Create manage.py * Update manage.py * Update qlib/workflow/task/manage.py Co-authored-by: you-n-g Co-authored-by: you-n-g --- qlib/workflow/task/manage.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qlib/workflow/task/manage.py b/qlib/workflow/task/manage.py index 48289d9bc..ec735c197 100644 --- a/qlib/workflow/task/manage.py +++ b/qlib/workflow/task/manage.py @@ -47,7 +47,10 @@ class TaskManager: The tasks manager assumes that you will only update the tasks you fetched. The mongo fetch one and update will make it date updating secure. - This class can be used as a tool from commandline. Here are serveral examples + This class can be used as a tool from commandline. Here are serveral examples. + You can view the help of manage module with the following commands: + python -m qlib.workflow.task.manage -h # show manual of manage module CLI + python -m qlib.workflow.task.manage wait -h # show manual of the wait command of manage .. code-block:: shell