You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, what do you mean with doesn't do anything ?
When it comes to golang, nothing happens means success.
# not installed yet
$ wcc
-bash: /Users/oirik/go/bin/wcc: No such file or directory
# install
$ go get github.com/oirik/wcc
# you can execute the command
$ wcc
wcc is a command-line tool which checks whether a website is changed or not.
This tool creates a data file named `wcc.dat` to save the registered websites in a current direcotry.
Usage:
wcc <command> [arguments]
The commands are:
add Add new website which you want to check updates.
check Check updates of the registered websites.
help Show help information
list Show list of the registered websites.
rm Remove website from the registered list.
version Show version information
Use "wcc help <command>"for more information about a command.
$
go get github.com/oirik/wcc doesn't do anything
The text was updated successfully, but these errors were encountered: