Skip to content

Commit

Permalink
Remove 'merge' (aka 'mg') command
Browse files Browse the repository at this point in the history
This command provides little functionality and uses a package
(github.com/balacode/go-rgon) that hasn't been published yet.
  • Loading branch information
balacode committed Feb 24, 2021
1 parent 4086ee6 commit 48fcb27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 134 deletions.
7 changes: 0 additions & 7 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ var AllCommands = []Command{
Handler: listIdenticalFiles,
Category: 1,
},
{
ShortName: "mg",
FullName: "merge",
ShortInfo: "Merge files in 'source=' into 'target=' (use merge.rgon)",
Handler: mergeFiles,
Category: 1,
},
{
ShortName: "rd",
FullName: "ren-dup",
Expand Down
92 changes: 0 additions & 92 deletions merge_files.go

This file was deleted.

35 changes: 0 additions & 35 deletions merge_files_test.go

This file was deleted.

0 comments on commit 48fcb27

Please sign in to comment.