puppet-debugger icon indicating copy to clipboard operation
puppet-debugger copied to clipboard

add ability to run tab complete using dot operator

Open logicminds opened this issue 9 years ago • 0 comments

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.

logicminds avatar Jul 29 '16 19:07 logicminds