Refactored, reorganized, fixed issues, and implemented functionality

This commit is contained in:
David Allen 2024-02-24 00:26:51 -07:00
parent 3edc5e1191
commit 5428085fdf
No known key found for this signature in database
GPG key ID: 1D2A29322FBB6FCB
9 changed files with 524 additions and 190 deletions

View file

@ -1,6 +1,7 @@
package cmd
import (
opaal "davidallendj/opaal/internal"
"fmt"
"os"
@ -9,7 +10,7 @@ import (
var (
configPath = ""
config Config
config opaal.Config
)
var rootCmd = &cobra.Command{
Use: "oidc",