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

Fix nested tasks display in help #20

Merged
merged 1 commit into from
May 31, 2016

Conversation

tleunen
Copy link
Collaborator

@tleunen tleunen commented May 31, 2016

Fix #19

The prefix was incorrect for the nested tasks when displaying the help section. This PR will fix the issue.

The issue was cause because we only passed the current prefix when trying to get the nested script, therefore only the last 2 nested prefix were displayed instead of all prefixes.

@codecov-io
Copy link

codecov-io commented May 31, 2016

Current coverage is 100%

Merging #20 into master will not change coverage

@@           master   #20   diff @@
===================================
  Files           8     8          
  Lines         185   185          
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
  Hits          185   185          
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last updated by efb2645...d01f799

@kentcdodds
Copy link
Collaborator

LGTM

@kentcdodds kentcdodds merged commit adb01e9 into sezna:master May 31, 2016
@kentcdodds
Copy link
Collaborator

Thanks for this!

@tleunen tleunen deleted the fix-help-nested-tasks-19 branch May 31, 2016 23:27
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 this pull request may close these issues.

Nested taks are not displayed properly in the help
3 participants