summaryrefslogtreecommitdiff
path: root/lib/chef/knife/config_show.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't uses regexes in splits when we don't need tono_regex_in_splitTim Smith2020-11-081-1/+1
| | | | | | We can do this with strings alone Signed-off-by: Tim Smith <tsmith@chef.io>
* Added config list use & show sub commandVivek Singh2020-08-251-0/+127
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>