Log the rclone version at the end of the run - fixes #847

This commit is contained in:
Nick Craig-Wood 2017-02-20 16:36:25 +00:00
parent 2da6cd7f84
commit 31745320c8

View File

@ -70,6 +70,7 @@ and configuration walkthroughs.
* http://rclone.org/
`,
PersistentPostRun: func(cmd *cobra.Command, args []string) {
fs.Debugf("rclone", "Version %q finishing with parameters %q", fs.Version, os.Args)
runAtExitFunctions()
},
}