Commit Graph

24 Commits

Author SHA1 Message Date
419330b1b6 Remove debug output from ls 2021-04-04 02:57:47 +00:00
9c024454f2 Refactor global flags 2021-03-30 23:54:05 -05:00
9338631de9 Add debug output support 2021-03-29 17:22:22 -05:00
57983b5a52 s/CmdArgs/Context/g 2021-03-16 19:23:50 -05:00
ff05f8e2f3 Add printer object to format output 2021-03-13 16:20:18 -06:00
1a7b665376 Use tablewriter for output formatting 2021-03-10 20:57:05 -06:00
c9e4d9af80 Improve command loading 2021-02-16 23:24:32 -06:00
9360df727a Consolidate subcommand registration 2021-02-02 20:25:19 -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
b9e98679a1 Refactor CLI exit code and error handling 2021-01-20 23:26:33 -06:00
d0691362d8 Use a map to track column widths 2021-01-20 23:26:32 -06:00
cd3653deef fix ls command usage text 2021-01-10 21:10:03 -06: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
3a6ee185fb return errors to main() 2020-03-29 00:08:17 -05:00
67cd97e2d8 store CLI defaults into variables 2020-03-28 15:22:34 -05:00
77c320d2a8 use variables 2020-03-27 19:53:11 -05:00
8df5b1d779 change error format 2020-03-27 19:31:12 -05:00
7c7b06e893 create utils module 2020-03-27 02:01:14 -05:00
e9771c4ca7 add short flags 2020-03-26 22:00:16 -05:00
4d496f7524 formatting 2020-03-26 20:51:26 -05:00
7ef6d66564 refactor command line code 2020-03-26 19:05:50 -05:00
079b1a469d refactored command line tool 2020-03-24 19:12:35 -05:00