Skip to content

Commit

Permalink
Add --version & clear
Browse files Browse the repository at this point in the history
  • Loading branch information
mockee committed Jan 5, 2013
1 parent ee49fba commit 5483442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/istatic
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ switch (args) {
case '--version':
logger.info(istatic.version)
break
case 'clear':
istatic.clear()
break
}

0 comments on commit 5483442

Please sign in to comment.