fix(taskwarrior): parsing and convertion of times and contents
This commit is contained in:
11
internal/gitw/diff.go
Normal file
11
internal/gitw/diff.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package gitw
|
||||
|
||||
import "fmt"
|
||||
|
||||
func prompt(value, theirs, mine string) string {
|
||||
// TODO: create tmp file with the corresponding contents
|
||||
// open tmp file using the $EDITOR environment variable
|
||||
// parse and return output of tmp file after $EDITOR execution has been completed
|
||||
fmt.Printf("\tPrompting for value: '%s'\n", value)
|
||||
return value
|
||||
}
|
||||
Reference in New Issue
Block a user