Commit Graph

10 Commits

Author SHA1 Message Date
Chris Bednarski
a343a8e07f Fix missing windows test case, fmt 2020-03-07 13:15:37 -08:00
Chris Bednarski
c4e4f6d820 Removed -4 and -6 from CLI (these are still usable in the lib) 2020-03-07 12:04:31 -08:00
Chris Bednarski
d3e97d1758 Fix argument parsing for CLI
Add tests for main and commands
Fix documentation for installation so the program works with sudo
2020-02-28 09:51:07 -08:00
Chris Bednarski
9c247955f6 go fmt 2020-02-26 23:03:26 -08:00
Chris Bednarski
c53f06fdc8 Moved commands from commands package to root 2020-02-26 21:12:04 -08:00
Chris Bednarski
2b25df69d5 Remove trailing space 2020-02-26 20:21:42 -08:00
Chris Bednarski
7ca1771c71 More work on refactoring
- Reimplement the rest of the frontend code
- Remove -f option since this is just covered by fmt now
- Still some bugs left to work out
2020-02-26 14:30:08 -08:00
Chris Bednarski
66670942dd Started major refactor for 0.5.0
- Rewrite CLI to use flag package instead of codegangsta/cli
- Move lib to hostess/ and move main.go to project root
- Change some of the hostess API to return errors instead of panicking
- Remove aff, del, and list commands
- Remove -s and -q flags
2020-02-26 11:33:38 -08:00
Chris Bednarski
0bfec2ec96 Moved main.go to the cmd folder so it's in its own package 2015-01-31 19:23:19 -08:00
Chris Bednarski
d809b75d3b Moved hostess functionality into hostess package, added tests 2015-01-31 18:20:42 -08:00