Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Spaces in list arguments to command line flags result in incomplete parse  #243

@dnck

Description

@dnck

One can not use spaces in the list of values supplies to any list flags for the command line flags on start-up of main().

For example, this works:

--remote-limit-api getNodeInfo,attachToTangle,getNeighbors,addNeighbors,removeNeighbors

But, this does not work:

--remote-limit-api getNodeInfo, attachToTangle, getNeighbors, addNeighbors, removeNeighbors

I'm not sure if this is expected behavior, but I believe it's worth opening an issue about it, to discuss and document the expected behavior. It caused us a bit of a problem in deployment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions