You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…labs#287
In some rare cases where no parameter is (yet) defined in the type, an error is thrown
```
Error: undefined method `any?' for nil:NilClass
```
Describe the bug
When given the command:
puppet strings generate --format markdown
an error is thrownNo output is written
Expected Behavior
strings should not error. It should at least generate the documentation for the correct puppet code.
Steps to Reproduce
Have a non valid (or not finished) puppet type and provider available:
and a provider:
Now run puppet strings:
Environment
All
The text was updated successfully, but these errors were encountered: