Skip to content

Commit

Permalink
fix(minikube): add args name for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
yinchuandong committed Mar 15, 2022
1 parent 1016fe2 commit 7dab86d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/minikube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ const completionSpec: Fig.Spec = {
name: "--port",
description:
"Exposed port of the proxyfied dashboard. Set to 0 to pick a random port",
args: {
name: "int",
},
},
{
name: "--url",
Expand Down

0 comments on commit 7dab86d

Please sign in to comment.