Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjiLeeTech committed Nov 6, 2020
1 parent af0cfe5 commit d85de2f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ const telescopeUrl = "http://localhost:3000/posts";

// flags
let statusFlag = 1; // 1: all, 2: good, 3: bad
let sFlag = false; // check -s argument. true: -s exists, false: -s not exist
let rFlag = false; // check -r argument. true: -r exists, false: -r not exist
let iFlag = false; // check -i argument. true: -i exists, false: -i not exist

// argument flags. true: exists, false: not exists
let sFlag = false;
let rFlag = false;
let iFlag = false;
let tFlag = false;

// others
Expand Down

0 comments on commit d85de2f

Please sign in to comment.