watch: adjust output format
This commit is contained in:
@@ -101,7 +101,7 @@ func runWatch(cmd *Command, args []string) bool {
|
|||||||
if !shouldPrint(resp) {
|
if !shouldPrint(resp) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
fmt.Printf("%+v\n", resp.EventNotification)
|
fmt.Printf("dir:%s %+v\n", resp.Directory, resp.EventNotification)
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user