Commit Graph

18 Commits

Author SHA1 Message Date
09fb7caebd Add build date to LDFLAGS 2021-03-02 20:42:56 -06:00
4d3074fa14 Use LDFLAGS to set build version 2021-03-02 00:44:18 -06:00
0fac4a3c14 Add version command 2021-02-27 22:42:09 -06:00
c9e4d9af80 Improve command loading 2021-02-16 23:24:32 -06:00
272ae7cd01 Add show command 2021-02-14 23:06:12 -06:00
cf8b34fe01 Move client library to separate repo
git.kill0.net/chill9/lifx-go
2021-02-14 19:02:26 -06:00
761e38fd8e Add version to user agent 2021-02-13 18:42:47 -06:00
a7fab72a1e Use functional options for the client constructor 2021-02-11 09:16:24 -06:00
b643635cf4 Make the user agent configurable 2021-02-10 22:16:15 -06:00
d8be978ba8 Pass command name to CmdArgs struct 2021-02-07 17:31:19 -06:00
9360df727a Consolidate subcommand registration 2021-02-02 20:25:19 -06:00
0cbd256b86 Print help if no subcommand is given.
Closes #4
2021-01-31 20:31:00 -06:00
320815293d ExitFailure matches stdlib.h 2021-01-31 11:08:24 -06:00
743d0eed7c Show error from TOML library when parsing fails 2021-01-24 19:21:54 -06:00
c3495ac57a Add method to validate configuration 2021-01-20 23:26:33 -06:00
b9e98679a1 Refactor CLI exit code and error handling 2021-01-20 23:26:33 -06:00
2da3bcc2ff Return error codes instead of exiting from Main() 2021-01-20 23:26:33 -06:00
4c6c3744c9 Move lume main into the lumecmd package 2021-01-20 23:26:33 -06:00