Ejemplo n.º 1
0
def cmd_rm_pkg(args):
    """Remove a package from this project."""
    with gfutils.find() as grailfile:
        grailfile.rm_pkg(args.pkgname)
Ejemplo n.º 2
0
def cmd_add_pkg(args):
    """Add a package to the manifest."""
    with gfutils.find() as grailfile:
        grailfile.add_pkg(args.pkgname)