Skip to content

Commit

Permalink
✨ Add support for response-time command
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Oct 13, 2020
1 parent 5355a5d commit ab036f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export const run = async () => {
case "graph":
debug("Starting graph");
return generateGraphs();
case "response-time":
debug("Starting response-time");
return update(true);
default:
debug("Starting update");
return update();
Expand Down

0 comments on commit ab036f6

Please sign in to comment.