~bigbes/ci-cacher

ref: aff7cc68c59442b602cb5daed2e4135ed93f33e8 ci-cacher/main.go -rw-r--r-- 77 bytes
aff7cc68 — Eugene Blikh cmd: add --exec fallback and --optional to the download commands 11 days ago
                                                                                
1
2
3
4
5
6
7
package main

import "go.bigb.es/cacher/cmd"

func main() {
	cmd.Execute()
}