mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
Log the rclone version at the end of the run - fixes #847
This commit is contained in:
parent
2da6cd7f84
commit
31745320c8
@ -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()
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user