8000 fix: add -j · heroku/heroku-cli-oauth@ea860fd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit ea860fd

Browse files
committed
fix: add -j
1 parent bc9d611 commit ea860fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/authorizations/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
description: 'show an existing OAuth authorization',
2020
needsAuth: true,
2121
flags: [
22-
{name: 'json', description: 'output in json format'}
22+
{char: 'j', name: 'json', description: 'output in json format'}
2323
],
2424
args: [{name: 'id'}],
2525
run: cli.command(co.wrap(run))

0 commit comments

Comments
 (0)
0