A simple Go application for clearing files in the temp folder with a given prefix.
prefix string optional
The prefix of the files to be deleted
If not provided, all files in the temp folder will be deleted
Multiple prefixes split by comma can be provided
go run . prefix=<prefix-value>
Clear cdk temp files
go run . prefix=cdk
go build .