Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get github.com/oirik/wcc doesn't do anything #1

Open
rjworks opened this issue Dec 4, 2020 · 1 comment
Open

go get github.com/oirik/wcc doesn't do anything #1

rjworks opened this issue Dec 4, 2020 · 1 comment

Comments

@rjworks
Copy link

rjworks commented Dec 4, 2020

go get github.com/oirik/wcc doesn't do anything

@oirik
Copy link
Owner

oirik commented Mar 12, 2021

@rjworks

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.
$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants