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
b0d27ee5d2
Refactor record command ( #1378 )
2019-11-05 10:30:16 +08:00
Ta-Ching Chen and GitHub
3b6749dce9
Refactor function command ( #1372 )
2019-11-03 13:31:47 +08:00