Skip to content

Allow task invocation from other tasks #7

@schmich

Description

@schmich

e.g.

run :foo do
  run(:bar, 'some arg', 'other arg')
end

run :bar do |argv|
  system *%w(command asdf) + argv
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions