Skip to content

(feature request) -- support for bash arrays #237

@charmparticle

Description

@charmparticle

I tend to use arrays in my bash scripts; here's an example:

twirl=('|' '/' '-' '\')

this defines an array, twirl, which I could later call like:

${twirl[0]}

to get the bar symbol. The syntax is uglier than other languages, but so are most things about bash, and anyway, it works.

anyhow, bunster doesn't support arrays -- I get an error message telling me there shouldn't be a paren where my array is defined.

tangentially, cool program; bunster is a neat idea.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions