|
d5db68dbfa
|
Change version format
|
2021-03-15 23:18:19 -05:00 |
|
|
dfa5d41a6d
|
Add a default configuration
|
2021-03-15 22:26:19 -05:00 |
|
|
32bce4eaba
|
Add functions to load configuration
|
2021-03-14 22:11:12 -05:00 |
|
|
e86ce1aeaf
|
Add VSCode workspace
|
2021-03-14 17:08:02 -05:00 |
|
|
b3a6dfbe07
|
Move more configuration related code
|
2021-03-14 13:51:55 -05:00 |
|
|
804ec99021
|
Move configuration code to seperate file
|
2021-03-13 23:51:08 -06:00 |
|
|
ff05f8e2f3
|
Add printer object to format output
|
2021-03-13 16:20:18 -06:00 |
|
|
94cc596afa
|
Add git commit to version output
|
2021-03-10 21:39:47 -06:00 |
|
|
1a7b665376
|
Use tablewriter for output formatting
|
2021-03-10 20:57:05 -06:00 |
|
|
2d2efd4431
|
Move print functions
|
2021-03-07 10:45:56 -06:00 |
|
|
3c9137816d
|
make make clean silent
|
2021-03-07 10:33:28 -06:00 |
|
|
40851c6a62
|
Use terminal color library
|
2021-03-07 10:32:05 -06:00 |
|
|
518e304948
|
Add support for nil flag sets
|
2021-03-03 23:31:27 -06:00 |
|
|
78c7572139
|
Use parentheses
|
2021-03-03 00:29:40 -06:00 |
|
|
5b17adb071
|
Make make output quiet
|
2021-03-02 20:50:21 -06:00 |
|
|
38ab315a9b
|
Add build date to LDFLAGS
|
2021-03-02 20:50:21 -06:00 |
|
|
de0bc2e133
|
Show rumtime information in version output
|
2021-03-02 00:44:38 -06:00 |
|
|
4d3074fa14
|
Use LDFLAGS to set build version
|
2021-03-02 00:44:18 -06:00 |
|
|
c8d0d306e4
|
Add quiet flag to del
|
2021-03-02 00:40:22 -06:00 |
|
|
8a7e99234f
|
Add Windows support to Makefile
|
2021-03-01 22:59:11 -06:00 |
|
|
bfb949ca5f
|
Ignore VSCode logs files
|
2021-03-01 22:58:25 -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 |
|
|
dd0bf763a3
|
Add PrintfWithIndent function
|
2021-02-16 20:20:18 -06:00 |
|
|
01086e3c22
|
Formatting changes for the show command
|
2021-02-15 19:46:13 -06:00 |
|
|
63bbbcecf7
|
Add pre-release tag
|
2021-02-15 19:30:25 -06:00 |
|
|
862b70316f
|
Add MPL-2 licesne file
|
2021-02-14 23:17:02 -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 |
|
|
e0a658edf7
|
Minor change to library user agent
|
2021-02-13 18:42:07 -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 |
|
|
8e7ff7f39a
|
Validate flags before running the command
|
2021-02-07 17:38:49 -06:00 |
|
|
8c6567bc8a
|
Using os.Args is not necessary
|
2021-02-07 17:31:57 -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 |
|
|
4e25579718
|
Sort commands in help output
Closes #5
|
2021-02-02 20:24:57 -06:00 |
|
|
0cbd256b86
|
Print help if no subcommand is given.
Closes #4
|
2021-01-31 20:31:00 -06:00 |
|
|
9321095e11
|
Clean up subcommand registrations
|
2021-01-31 19:40:27 -06:00 |
|
|
320815293d
|
ExitFailure matches stdlib.h
|
2021-01-31 11:08:24 -06:00 |
|
|
ec673a6fde
|
Return usage error if no color is provided
|
2021-01-24 20:50:10 -06:00 |
|
|
f2da3dadd7
|
Whitespace fix
|
2021-01-24 20:49:22 -06:00 |
|
|
211de24485
|
Add helper to print subcommand help
|
2021-01-24 20:48:38 -06:00 |
|
|
743d0eed7c
|
Show error from TOML library when parsing fails
|
2021-01-24 19:21:54 -06:00 |
|
|
b1894b38de
|
Validate colors from configuration file
|
2021-01-24 19:21:44 -06:00 |
|
|
1ac9487c76
|
Add sample colors to sample .lumerc
|
2021-01-24 19:21:17 -06:00 |
|
|
8364201d7b
|
Add helper method to exit with error code
|
2021-01-20 23:26:33 -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 |
|