MCPcopy Create free account
hub / github.com/dropbox/dbxcli / jsonErrorExampleCommandWithAsMember

Function jsonErrorExampleCommandWithAsMember

cmd/json_contract_test.go:898–903  ·  view source on GitHub ↗
(path string, memberID string)

Source from the content-addressed store, hash-verified

896}
897
898func jsonErrorExampleCommandWithAsMember(path string, memberID string) *cobra.Command {
899 cmd := jsonErrorExampleCommand(path)
900 cmd.Flags().String("as-member", "", "")
901 _ = cmd.Flags().Set("as-member", memberID)
902 return cmd
903}
904
905func jsonDeprecatedErrorExampleCommand(path string, deprecated string) *cobra.Command {
906 cmd := jsonErrorExampleCommand(path)

Callers 1

Calls 1

jsonErrorExampleCommandFunction · 0.85

Tested by

no test coverage detected