Skip to content

Commit

Permalink
feat: add version to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeckett committed Sep 4, 2024
1 parent 8d168ad commit f69a65b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ func main() {
}

app := &cli.App{
Name: "airgapify",
Usage: "A little tool that will construct an OCI image archive from a set of Kubernetes manifests.",
Name: "airgapify",
Usage: "A little tool that will construct an OCI image archive from a set of Kubernetes manifests.",
Version: constants.Version,
Flags: append([]cli.Flag{
&cli.StringSliceFlag{
Name: "file",
Expand Down

0 comments on commit f69a65b

Please sign in to comment.