Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
add real --version implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 30, 2012
1 parent f7b9894 commit 58ff46e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/component
Expand Up @@ -13,7 +13,9 @@ var program = require('commander')

// usage

program.usage('<command> [options]');
program
.version(require('../package').version)
.usage('<command> [options]');

// sub-command help

Expand Down

0 comments on commit 58ff46e

Please sign in to comment.