Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

[Duplicated] #37 #36

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/vvisp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# vvisp

[![CircleCI](https://circleci.com/gh/HAECHI-LABS/vvisp.svg?style=svg)](https://circleci.com/gh/HAECHI-LABS/vvisp)
[![NPM](https://img.shields.io/npm/v/@haechi-labs/vvisp.svg)](https://www.npmjs.com/package/@haechi-labs/vvisp)
[![Coverage Status](https://coveralls.io/repos/github/HAECHI-LABS/vvisp/badge.svg?branch=dev)](https://coveralls.io/github/HAECHI-LABS/vvisp?branch=dev)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](/~https://github.com/RichardLitt/standard-readme)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
Expand Down
2 changes: 1 addition & 1 deletion packages/vvisp/bin/commander.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commander
.description(
`where <command> is one of: ${commands.map(c => c.name).join(', ')}`
)
.version(version, '--version')
.version('v' + version, '-v, --version')
.option('-s, --silent', 'do not print logs')
.on('--help', () =>
commands.forEach(c =>
Expand Down