Ta-Ching Chen and GitHub
af10579be9
Fix verbosity flag not show in usage ( #1425 )
2019-11-21 12:36:50 +08:00
Ta-Ching Chen and GitHub
7640f1199d
Prettify console output message ( #1396 )
2019-11-10 16:42:34 +08:00
Ta-Ching Chen and GitHub
7b6e4318d4
Reorder command flag and add missing flags ( #1394 )
2019-11-10 14:58:29 +08:00
Ta-Ching Chen and GitHub
d443eb1c96
Fix CLI exits with status 0 when error occurs ( #1393 )
2019-11-10 02:43:22 +08:00
Ta-Ching Chen and GitHub
d3d8ff6c1b
Replace flag text with const ( #1391 )
2019-11-09 22:13:35 +08:00
Ta-Ching Chen and GitHub
1888cd2ac7
Migrate from urfave/cli to cobra ( #1385 )
2019-11-08 21:22:00 +08:00
Ta-Ching Chen and GitHub
93d4b88d84
Make CLI functions return error instead of fatal out ( #1379 )
...
Before this PR, CLI functions fatal out when encountering error
instead of returning it. Such behavior makes it hard to reuse
the functions nor writing unit tests. This PR aims to make functions
return errors instead of error out.
2019-11-05 16:50:13 +08:00
Ta-Ching Chen and GitHub
a0e9a39511
Move packages to proejct/pkg to follow go project folder structure convention ( #1190 )
2019-05-31 16:28:55 +08:00