显示任务信息

您可以显示指定任务的相关信息,例如任务概要、描述、状态、解决者以及其他信息。

关于此任务

ccm task -s|-sh|-show (i|info|information) -f|-format format
         [-nf|-noformat] ([-ch|-column_header] | [-nch|-nocolumn_header])
         [-sep|-separator separator] task_spec...
ccm task -s|-sh|-show (i|info|information) [-v|-verbose] task_spec...
-ch|-column_header
指定在输出格式中使用列标题。请参阅 -ch|-column_header 以获取详细信息。
-f|-format format
指定命令输出格式。请参阅 -f|-format 以获取详细信息。

可以按 (%fullname, %displayname, %objectname) 格式构建关键字,也可以使用任意现有属性(例如 %modify_time%status)的名称进行构建。

请参阅内置关键字以获取关键字列表。

-nch|-nocolumn_header
指定在输出格式中不使用列标题。请参阅 -nch|-nocolumn_header 以获取详细信息。
-nf|-noformat
指定不使用列对齐。请参阅 -nf|-noformat 以获取详细信息。
-sep|-separator separator
只能与 -f|-format 选项一起使用。指定其他分隔符。请参阅 -sep|-separator 以获取详细信息。
task_spec...
指定要查看的特性所属的任务。请参阅 任务规范 以获取详细信息。
-v|-verbose
指定使用任务信息的详细缺省格式显示输出。

示例


反馈