WIP
go get -u github.com/baopham/godestroy
godestroy help
NAME:
godestroy - Schedule to destroy file(s)
USAGE:
godestroy [global options] command [command options] [arguments...]
VERSION:
1.0.0
COMMANDS:
files godestroy files ~/Desktop/Screen*.png --in 10days
what?, list godestroy what?
not, deschedule godestroy not files ~/Desktop/Screen*.png
now!, destroy godestroy now!
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
- Go
Bao Pham