Skip to content

Commit

Permalink
support for default flags
Browse files Browse the repository at this point in the history
  • Loading branch information
scrouthtv committed Oct 14, 2020
1 parent 8b887fc commit 14f09dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ func parseFlag(prefix string, flag string) {
onExistingFile = 2;
case "no-config":
doReadConfig = false;
case "color":
initColors(true);
case "reflink":
doReflinks = 2;
case "n", "no-clobber": //case "no-overwrite":
onExistingFile = 0;
default:
Expand Down

0 comments on commit 14f09dc

Please sign in to comment.