306581 Feature: tools: Use formatted output for resource searching.

4 files Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Feature: tools: Use formatted output for resource searching.
    
    This reorganizes the cli_resource_search and do_find_resource functions
    into more logical functions.  cli_resource_search now just puts together
    a list of resources and returns it.  This list should not be freed
    because it reuses existing lists.  Then, there is a formatted output
    message to do the actual printing.
    
        
file modified
+4 -3
file modified
+2 -2
file modified
+72 -0
file modified
+14 -39