Sha256: fe6261838bf1692551eba427c21941d5955f0a2babb408650c78f63e845109ca
Contents?: true
Size: 344 Bytes
Versions: 32
Compression:
Stored size: 344 Bytes
Contents
desc 'Display information about the status of your feature in the review process' arg_name "destination_branch - the branch you're merging your feature into ('master' is default)" command :status do |c| c.action do |global_options, options, args| destination_branch = args[0] || 'master' GitReflow.status destination_branch end end
Version data entries
32 entries across 32 versions & 2 rubygems