Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested taks are not displayed properly in the help #19

Closed
tleunen opened this issue May 24, 2016 · 1 comment · Fixed by #20
Closed

Nested taks are not displayed properly in the help #19

tleunen opened this issue May 24, 2016 · 1 comment · Fixed by #20

Comments

@tleunen
Copy link
Collaborator

tleunen commented May 24, 2016

Inside the help section, the task list may be wrong.

If I have a few nested tasks, like:

build: {
  x: {
    y: {
      description: "build X-Y",
      script: "do sth"
    }
  }
}

With this example, it only display x.y - build X-Y - do sth

@kentcdodds
Copy link
Collaborator

Would you be interested in investigating the problem and proposing a solution? The function in question is implemented here and tested here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants