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

Function removeJSONStatus

cmd/rm.go:93–98  ·  view source on GitHub ↗
(result removeResult)

Source from the content-addressed store, hash-verified

91}
92
93func removeJSONStatus(result removeResult) string {
94 if result.Input.Permanent {
95 return removeJSONStatusPermanentlyDeleted
96 }
97 return removeJSONStatusDeleted
98}
99
100func parseRemoveOptions(cmd *cobra.Command) (removeOptions, error) {
101 force, err := cmd.Flags().GetBool("force")

Callers 1

removeOperationResultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected