e76b0bb help: Do not create instances to get information about commands and topics

2 files Authored by dkupka 7 years ago, Committed by jcholast 7 years ago,
    help: Do not create instances to get information about commands and topics
    
    Creating instance requires that complete schema for the command is
    read from schema cache and passed to constructor. This operation takes
    a lot of time. Utilizing class properties and pregenerated help bits
    allows to get the necessary information directly from classes reducing
    time it takes significantly.
    
    https://fedorahosted.org/freeipa/ticket/6048
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+8 -7
file modified
+5 -2