Skip to content

Commit

Permalink
fix(cli): fix --help
Browse files Browse the repository at this point in the history
fix #1
  • Loading branch information
azu committed Nov 24, 2019
1 parent 5e6e27d commit 95f50e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ import { fetchRepositoryInfo, generate } from "./github-actions-badge";

const cli = meow(`
Usage
$ migrate-hatenabookmark-to-asocial-bookmark --hatena <user-name>
$ github-actions-badge
Options
--hatena Hatena User name
--format "markdown"
Examples
$ migrate-hatenabookmark-to-asocial-bookmark --hatena test
# Copy GitHub Action as Markdown format
$ github-actions-badge | pbcopy
`, {
flags: {
format: {
Expand Down

0 comments on commit 95f50e0

Please sign in to comment.