Class: Avm::Git::Issue::Deliver

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/git/issue/deliver.rb

Instance Method Summary collapse

Instance Method Details

#runObject



15
16
17
18
19
# File 'lib/avm/git/issue/deliver.rb', line 15

def run
  push
  clipboard_copy_tracker_message
  true
end

#start_bannerObject



21
22
23
24
25
# File 'lib/avm/git/issue/deliver.rb', line 21

def start_banner
  infov 'Branch name', branch_name
  infov 'Commit ID', branch_commit_id
  infov 'Push arguments', ::Shellwords.join(push_args)
end