Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
removed flag
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 17, 2016
1 parent ada47e2 commit 9e19a3e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/antibody/command/bundle.go
Expand Up @@ -17,12 +17,6 @@ var Bundle = cli.Command{
Name: "bundle",
Usage: "downloads (if needed) and then sources a given repo",
Action: doBundle,
Flags: []cli.Flag{
cli.BoolFlag{
Name: "static",
Usage: "Generates the output in a static-loading compatible way",
},
},
}

func doBundle(ctx *cli.Context) error {
Expand Down

0 comments on commit 9e19a3e

Please sign in to comment.