mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Refactored, reorganized, fixed issues, and implemented functionality
This commit is contained in:
parent
3edc5e1191
commit
5428085fdf
9 changed files with 524 additions and 190 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue