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