Skip to content

Support pipeline #1

Description

@akrigator

Now you should combine with variables to pass values from function to function, like:

edit_case 'sed s/^//g' $(get_nested_cases_by_section_id 1)

But it's better to implement support of stdin to allow following:

get_nested_cases_by_section_id 1 | edit_case 'sed s/^//g'

to get more human readable pipeline

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