Skip to content

Commit

Permalink
feat: remove unused --name flag
Browse files Browse the repository at this point in the history
I can't find a single usage of the flag. Maybe a remnant from some copy & paste?
  • Loading branch information
netlify-team-account-1 committed Dec 3, 2021
1 parent c677d27 commit 0a741d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/commands/functions/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ NOT the same as listing the functions that have been deployed. For that info you
`
FunctionsListCommand.aliases = ['function:list']
FunctionsListCommand.flags = {
name: flagsLib.string({
char: 'n',
description: 'name to print',
}),
functions: flagsLib.string({
char: 'f',
description: 'Specify a functions directory to list',
Expand Down

0 comments on commit 0a741d4

Please sign in to comment.