You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2023. It is now read-only.
filepath.Walk() is used for copying recursively instead of manual recursion. The functionality is the
same as before but the code looks a bit nicer now.
Command-line flags and arguments are parsed manually using the standard library instead of kingpin.