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 }