Просмотр исходного кода

display fetch-one command in help

Lucas Stadler лет назад: 11
Родитель
Сommit
b9d3f7c34f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      go/feeds/feeds.go

+ 1 - 1
go/feeds/feeds.go

28
// - support json and edn output (and transit?)
28
// - support json and edn output (and transit?)
29
// test (see feeds_test.go)
29
// test (see feeds_test.go)
30
30
31
var commands = []string{"fetch-all", "help"}
31
var commands = []string{"fetch-all", "fetch-one", "help"}
32
32
33
func main() {
33
func main() {
34
	if len(os.Args) == 1 {
34
	if len(os.Args) == 1 {