puppet-debugger
puppet-debugger copied to clipboard
add ability to run tab complete using dot operator
Pry has a feature where it shows a list of available functions to the object presumably using methods function. While puppet does not have the methods feature we could probably build something similar based on data types. This would only work for 4.x functions though.