712ba0 Feature: tools: Use the existing resource-list message in crm_resource.

4 files Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Feature: tools: Use the existing resource-list message in crm_resource.
    
    This replaces cli_resource_print_list with existing formatted output
    code, getting rid of one more place where the older style output
    functions are still being used.
    
    Note that this does change the format for text output.  The older output
    used indentation for displaying the members of a clone and probably
    other things.  There's not really a good way to do this with the
    existing text output code, short of adding more command line options for
    controlling what parts of the list formatting are used.
    
    That seems like a bit much for this one use, so instead just enable the
    fancier list formatting if we are listing resources.
    
        
file modified
+2 -1
file modified
+17 -3
file modified
+0 -1
file modified
+0 -28