Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from wtam2018/add-cmd-kam-go
Browse files Browse the repository at this point in the history
add kam.go
  • Loading branch information
wtam2018 authored Sep 23, 2020
2 parents 5e26e15 + add82d8 commit cf34b16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmd/kam/kam.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import (
"github.com/redhat-developer/kam/pkg/cmd"
)

func main() {
cmd.Execute()
}

0 comments on commit cf34b16

Please sign in to comment.