AniCat-Cli is a command-line client used to control AniCat
add cli path to environment variables
windows:
setx PATH "%PATH%;{anicat-cli path}" /M
linux:
vim ~/.bash_profile
# append to last line
export PATH=$PATH:{anicat-cli path}linux:
go build -o anicat
windows:
go build -o anicat.exeuse "anicat [command] --help" for more information about a command:
anicat --helpinformation about add command
anicat add --help