Skip to content

Commit

Permalink
Remove merger
Browse files Browse the repository at this point in the history
  • Loading branch information
rathrio committed May 7, 2019
1 parent ccbbb7c commit 419058c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
7 changes: 0 additions & 7 deletions help.txt
Expand Up @@ -175,13 +175,6 @@ $ punch -l, --log [entries]
$ punch --mail
Send an email with the current BRF file attached.

$ punch --merge [card1] [card2] ...
Merge cards with differents hours together and print an aggregated month.

How much time have I spent on project1 and project2 this month?

$ punch --merge project1 project2

$ punch -m, --month [month]
Load specific month of current year. To punch February for instance:

Expand Down
37 changes: 0 additions & 37 deletions lib/merger.rb

This file was deleted.

7 changes: 0 additions & 7 deletions lib/punch_clock.rb
Expand Up @@ -38,7 +38,6 @@ class PunchClock
--hours
--log
--mail
--merge
--month
--next
--options
Expand Down Expand Up @@ -293,12 +292,6 @@ def punch
end

@month_name = MonthNames.name month_year.month

switch "--merge" do
puts Merger.new(@args, month_year).month
exit
end

@brf_filepath = generate_brf_filepath(month_year)

flag "-b", "--backup" do |path|
Expand Down
1 change: 0 additions & 1 deletion punch.rb
Expand Up @@ -21,7 +21,6 @@
require 'punch_clock'

autoload :Tempfile, 'tempfile'
autoload :Merger, 'merger'
autoload :FileUtils, 'fileutils'
autoload :BRFMailer, 'brf_mailer'
autoload :Stats, 'stats'
Expand Down

0 comments on commit 419058c

Please sign in to comment.