Skip to content

How to do mina rake task invocation if rake task has arguments? #325

@Epigene

Description

@Epigene

Hello!

I usually run rake tasks with mina using

# locally 
rake namespace:task
# with mina
mina rake[namespace:task]

But now I have a situation where the raketask accepts arguments

# locally 
rake namespace:task[arg1,arg2]
# with mina (does not work)
mina rake[namespace:task[arg1,arg2]]
#=> Don't know how to build task 'namespace:task[arg1'
# with mina (also does not work)
mina rake[namespace:task["arg1","arg2"]]
#=> Don't know how to build task 'namespace:task[arg1'

How do I pass arguments correctly?
NB, I am using fish shell.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions