89ffaf4 Add prompt_param method to avoid code duplication

3 files Authored by tbabej 10 years ago, Committed by mkosek 10 years ago,
    Add prompt_param method to avoid code duplication
    
    Extracted common code from ipalib/plugins/cli.py and
    ipalib/plugins/dns.py that provided way to prompt user
    for the value of specific attribute.
    
    Added prompt_param method to Command class in ipalib/frontend.py
    
    Done as part of https://fedorahosted.org/freeipa/ticket/3602
    
        
file modified
+12 -13
file modified
+31 -6
file modified
+12 -23