()
| 165 | } |
| 166 | |
| 167 | func init() { |
| 168 | shareLinkRevokeCmd.Flags().String("path", "", "Revoke direct shared links for a Dropbox path") |
| 169 | shareLinkCmd.AddCommand(shareLinkRevokeCmd) |
| 170 | enableStructuredOutput(shareLinkRevokeCmd) |
| 171 | } |
nothing calls this directly
no test coverage detected