Sha256: 907f577ea9097f94d704eb65db0286f129960e9788fb5e283401cd04fbd2e09e

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 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|
    GitReflow.status destination_branch: args[0]
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
git_reflow-0.8.10 lib/git_reflow/commands/status.rb
git_reflow-0.8.9 lib/git_reflow/commands/status.rb
git_reflow-0.8.8 lib/git_reflow/commands/status.rb
git_reflow-0.8.7 lib/git_reflow/commands/status.rb