(a string, b string)
| 401 | } |
| 402 | |
| 403 | func sameDropboxPath(a string, b string) bool { |
| 404 | return strings.EqualFold(cleanDropboxPath(a), cleanDropboxPath(b)) |
| 405 | } |
| 406 | |
| 407 | func shareLinkExpiresFlag(cmd *cobra.Command) (*time.Time, error) { |
| 408 | value, err := cmd.Flags().GetString("expires") |
no test coverage detected