mirror of
https://github.com/mitchell/selfpass.git
synced 2025-12-13 21:07:22 +00:00
Refactored config management strategy for spc
This commit is contained in:
parent
3d3206ddfe
commit
30e514cb88
10 changed files with 225 additions and 123 deletions
|
|
@ -2,9 +2,8 @@ package main
|
|||
|
||||
import (
|
||||
"github.com/mitchell/selfpass/cli/commands"
|
||||
"github.com/mitchell/selfpass/credentials/repositories"
|
||||
)
|
||||
|
||||
func main() {
|
||||
commands.Execute(repositories.NewCredentialServiceClient)
|
||||
commands.Execute()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue