Skip to content

Commit

Permalink
feat: add 'compose' to docker spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Jun 8, 2021
1 parent 59b138d commit 3e46ff0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1958,6 +1958,11 @@ export const completionSpec: Fig.Spec = {
description: "Manage Docker configs",
// TODO Subcommands
},
{
name: "compose",
description: "Contains most of docker-compose features and flags",
// TODO Subcommands
},
{
name: "container",
description: "Manage containers",
Expand Down

0 comments on commit 3e46ff0

Please sign in to comment.