RunEFunc is a function type of dnote commands
func(*cobra.Command, []string) error
| 45 | |
| 46 | // RunEFunc is a function type of dnote commands |
| 47 | type RunEFunc func(*cobra.Command, []string) error |
| 48 | |
| 49 | func checkLegacyDBPath() (string, bool) { |
| 50 | legacyDnoteDir := getLegacyDnotePath(dirs.Home) |
nothing calls this directly
no outgoing calls
no test coverage detected