Exemplo n.º 1
0
func handleUnpin(ctx *cli.Context, client *daemon.Client) error {
	return client.Unpin(ctx.Args().First())
}