Exemplo n.º 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)
Exemplo n.º 2
0
def new(args):
    """Display newly-available packages"""
    util.newly_available(args.verbose)
Exemplo n.º 3
0
def describenew(args):
    """Display one-line descriptions of newly-available packages

    This produces the same output as 'wajig new'"""
    util.newly_available()
Exemplo n.º 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)
Exemplo n.º 5
0
def new(args):
    """Display newly-available packages"""
    util.newly_available(args.verbose)
Exemplo n.º 6
0
def describenew(args):
    """Display one-line descriptions of newly-available packages

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