cf-natali commented on a change in pull request #416:
URL: https://github.com/apache/mesos/pull/416#discussion_r768026931



##########
File path: src/python/cli_new/lib/cli/plugins/task/main.py
##########
@@ -65,7 +67,13 @@ class Task(PluginBase):
             },
             "short_help": "List all running tasks in a Mesos cluster",
             "long_help": "List all running tasks in a Mesos cluster"
-        }
+        },
+        "inspect": {
+            "arguments": ['<task_id>'],
+            "flags": {},
+            "short_help": "Return low-level information of the task",

Review comment:
       Nit: I think it's "on the task".

##########
File path: src/python/cli_new/lib/cli/plugins/task/main.py
##########
@@ -65,7 +67,13 @@ class Task(PluginBase):
             },
             "short_help": "List all running tasks in a Mesos cluster",
             "long_help": "List all running tasks in a Mesos cluster"
-        }
+        },
+        "inspect": {
+            "arguments": ['<task_id>'],
+            "flags": {},
+            "short_help": "Return low-level information of the task",
+            "long_help": "Return low-level information of the task"

Review comment:
       Nit: I think it's "on the task".




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to