MCPcopy Create free account
hub / github.com/auth0/auth0-cli / defaultURL

Function defaultURL

internal/cli/quickstarts.go:367–369  ·  view source on GitHub ↗
(url string, port int)

Source from the content-addressed store, hash-verified

365}
366
367func defaultURL(url string, port int) string {
368 return fmt.Sprintf("%s:%d", url, port)
369}
370
371func (i *qsInputs) fromArgs(cmd *cobra.Command, args []string, cli *cli) error {
372 if len(args) == 0 {

Callers 1

defaultURLForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected