Example #1
0
def newdetail(args):
    """Display detailed descriptions of newly-available packages

    This produces the same output as 'wajig new --verbose'"""
    util.newly_available(verbose=True)
Example #2
0
def new(args):
    """Display newly-available packages"""
    util.newly_available(args.verbose)
Example #3
0
def describenew(args):
    """Display one-line descriptions of newly-available packages

    This produces the same output as 'wajig new'"""
    util.newly_available()
Example #4
0
def newdetail(args):
    """Display detailed descriptions of newly-available packages

    This produces the same output as 'wajig new --verbose'
    """
    util.newly_available(verbose=True)
Example #5
0
def new(args):
    """Display newly-available packages"""
    util.newly_available(args.verbose)
Example #6
0
def describenew(args):
    """Display one-line descriptions of newly-available packages

    This produces the same output as 'wajig new'
    """
    util.newly_available()