summaryrefslogtreecommitdiff
path: root/cmd/goaes/commands/decrypt.go
blob: f89da22074c1472600d5053b971509ec1232324d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package commands

import (
	"context"

	"github.com/urfave/cli/v3"
)

func Decrypt(ctx context.Context, cmd *cli.Command) error {

	return nil
}