Commit Graph

179 Commits

Author SHA1 Message Date
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
c816ee43e1
Fix import alias 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
84c1be5054
Print error if .lumerc cannot be found 2021-01-20 23:26:32 -06:00
1e4a5f988e
Use snake case in the configuration file 2021-01-20 23:26:32 -06:00
e8abc45377
Add poweron and poweroff commands 2021-01-20 23:26:32 -06:00
6e1863f374
Add CLI output sort functions 2021-01-20 23:26:32 -06:00
d0691362d8
Use a map to track column widths 2021-01-20 23:26:32 -06:00
715fb435e1
Refactor configuration file loading 2021-01-20 23:26:31 -06:00
63631be598
Fix composite literal uses unkeyed fields 2021-01-20 23:26:31 -06:00
30fae38ad1
Move Windows console hack into constrained file to fix Linux build 2021-01-20 23:26:31 -06:00
c838c28e49
Add .lumerc to .gitignore 2021-01-20 23:26:31 -06:00
af2721720d
Remove __debug_bin 2021-01-20 23:26:27 -06:00
1397fbe4a3
Fix help usage 2021-01-10 21:10:08 -06:00
cd3653deef
fix ls command usage text 2021-01-10 21:10:03 -06:00
095c7bd995
Move configuration loading to separate function 2021-01-10 21:09:59 -06:00
9988800431
Enable terminal colors on Windows 10 2021-01-10 21:09:54 -06:00
91478dd20e
Add vscode stuff 2021-01-10 21:09:50 -06:00
bd1939e546
Create go module 2021-01-10 21:09:47 -06:00
b834bf84b2
fix syntax 2021-01-10 21:09:36 -06:00
cb87159237
add help command 2020-08-07 22:11:33 -05:00
491870e247
add short and long descriptions of the commands 2020-08-07 22:09:40 -05:00
617c2fccf9
add usage to every command 2020-08-07 18:44:36 -05:00
4325398ca8
add usage information to Command struct 2020-08-07 18:11:42 -05:00
39d889ecb6
add name to Command struct 2020-08-07 18:09:54 -05:00
e373e7e273
add error helpers 2020-04-05 18:54:40 -05:00
7fd366823f
remove unused import 2020-04-04 15:30:52 -05:00
5bafaa35e4
remove debug code 2020-04-04 12:19:39 -05:00
cc19b87e39
add Response struct, populate rate limit struct 2020-04-04 12:18:13 -05:00
f8e9dbc716
add named colors via the config file 2020-04-04 10:27:09 -05:00