mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Stash box client interface (#751)
* Add gql client generation files * Update dependencies * Add stash-box client generation to the makefile * Move scraped scene object matchers to models * Add stash-box to scrape with dropdown * Add scrape scene from fingerprint in UI
This commit is contained in:
5
vendor/github.com/99designs/gqlgen/cmd/root.go
generated
vendored
5
vendor/github.com/99designs/gqlgen/cmd/root.go
generated
vendored
@@ -7,9 +7,10 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/99designs/gqlgen/graphql"
|
||||
"github.com/urfave/cli"
|
||||
"github.com/urfave/cli/v2"
|
||||
|
||||
// Required since otherwise dep will prune away these unused packages before codegen has a chance to run
|
||||
_ "github.com/99designs/gqlgen/graphql/handler"
|
||||
_ "github.com/99designs/gqlgen/handler"
|
||||
)
|
||||
|
||||
@@ -31,7 +32,7 @@ func Execute() {
|
||||
}
|
||||
|
||||
app.Action = genCmd.Action
|
||||
app.Commands = []cli.Command{
|
||||
app.Commands = []*cli.Command{
|
||||
genCmd,
|
||||
initCmd,
|
||||
versionCmd,
|
||||
|
||||
Reference in New Issue
Block a user