tonglil / fluxflow

A command line tool to adjust f.lux settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: exit status 1 with Binary

markwk opened this issue · comments

Not sure what step I'm missing but downloaded the binary and can get the initial help and version command to work but I call fluxflow hour or fluxflow movie I get the error:

Usage:
fluxflow hour [flags]

Error: exit status 1

Any ideas on what I'm doing wrong here? Thanks for this contribution!

Hi @markwk, I've committed a pull request that should fix your issue.

After changing the script.go file, you should probably build the binary again. In case you need to do it, the steps that worked for me are:

cd $GOPATH/src/github.com/tonglil/fluxflow
go build
mv fluxflow $(which fluxflow)