class Unwrappr::CLI
Entry point for the app
Public Instance Methods
execute()
click to toggle source
# File lib/unwrappr/cli.rb, line 39 def execute Unwrappr.run_unwrappr_in_pwd(base_branch: base_branch, lock_files: lock_files, recursive: recursive?) end