Skip to content

Commit

Permalink
fix: wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 27, 2024
1 parent 046ce18 commit 5820a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bin/vip-app-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { trackEvent } from '../lib/tracker';

const baseUsage = 'vip app list';

command( { usage: baseUsage } )
command( { format: true, usage: baseUsage } )
.examples( [
{
usage:
Expand Down
2 changes: 1 addition & 1 deletion src/bin/vip-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import app from '../lib/api/app';
import command, { getEnvIdentifier } from '../lib/cli/command';
import { trackEvent } from '../lib/tracker';

command( { requiredArgs: 1, format: true } )
command( { requiredArgs: 1 } )
.example(
'vip app list',
'Retrieve a list of applications that can be accessed by the current authenticated VIP-CLI user.'
Expand Down

0 comments on commit 5820a1c

Please sign in to comment.