File tree Expand file tree Collapse file tree 5 files changed +4
-50
lines changed
Expand file tree Collapse file tree 5 files changed +4
-50
lines changed Original file line number Diff line number Diff line change 1- configured_endpoints : 7
1+ configured_endpoints : 6
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-76dbc699edc35f7b97378d746e3e72be3e849c60373fdb27054c61f4d1df3490.yml
33openapi_spec_hash : 1645053eb0d0cb91d4c799680e860293
4- config_hash : 22e652ea2aa66a0548bce363076baba6
4+ config_hash : 0b2291e1e771c118b76e3388717cb494
Original file line number Diff line number Diff line change 1- set -l subcommands openapi.retrieve projects.config.create_branch projects.config.create_commit projects.config.merge builds.retrieve builds.target.retrieve builds.target.artifacts.retrieve_source
1+ set -l subcommands projects.config.create_branch projects.config.create_commit projects.config.merge builds.retrieve builds.target.retrieve builds.target.artifacts.retrieve_source
22complete -c stainless-v0-cli --no-files \
33 -n " not __fish_seen_subcommand_from $subcommands " \
44 -a " $subcommands "
55
6- complete -c stainless-v0-cli --no-files \
7- -n " __fish_seen_subcommand_from openapi.retrieve" \
8- -a " "
96complete -c stainless-v0-cli --no-files \
107 -n " __fish_seen_subcommand_from projects.config.create_branch" \
118 -a " --project-name --branch --branch-from"
Original file line number Diff line number Diff line change 55{
66 COMPREPLY=()
77
8- local subcommands=" openapi.retrieve projects.config.create_branch projects.config.create_commit projects.config.merge builds.retrieve builds.target.retrieve builds.target.artifacts.retrieve_source"
8+ local subcommands=" projects.config.create_branch projects.config.create_commit projects.config.merge builds.retrieve builds.target.retrieve builds.target.artifacts.retrieve_source"
99
1010 if [[ " $COMP_CWORD " -eq 1 ]]
1111 then
@@ -17,9 +17,6 @@ _main()
1717 local subcommand=" ${COMP_WORDS[1]} "
1818 local flags
1919 case " $subcommand " in
20- openapi.retrieve)
21- flags=" "
22- ;;
2320 projects.config.create_branch)
2421 flags=" --project-name --branch --branch-from"
2522 ;;
Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ func init() {
3434 initialBody = []byte ("{}" )
3535 }
3636
37- var openAPIRetrieveSubcommand = createOpenAPIRetrieveSubcommand ()
38- subcommands [openAPIRetrieveSubcommand .flagSet .Name ()] = & openAPIRetrieveSubcommand
39-
4037 var projectsConfigCreateBranchSubcommand = createProjectsConfigCreateBranchSubcommand (initialBody )
4138 subcommands [projectsConfigCreateBranchSubcommand .flagSet .Name ()] = & projectsConfigCreateBranchSubcommand
4239
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments