package api // Help reads the help information for the given path. func (c *Client) Help(path string) (string, error) { return "", nil }