Commit 2d31323
Changed files (1)
main.go
@@ -72,9 +72,12 @@ func main() {
input := "."
args := flag.Args()
- if len(args) > 0 {
+ if len(args) == 1 {
input = args[0]
}
+ if len(args) > 1 {
+ panic("Multiple repos not supported yet")
+ }
if flagPreviewThemes {
previewThemes()