Skip to content

Bug: Spaces in additionalAccounts cause incorrect parsing #1

@Alorse

Description

@Alorse

The asterisk command incorrectly parses account names from settings.json that contain spaces, treating each word as a separate
account.

To Reproduce:

  1. Add an account name with spaces to the additionalAccounts array in your settings file:
 {
    "additionalAccounts": [
     "My Test Account"
    ]
}
  1. Run the asterisk command.

Current Behavior:
The tool incorrectly splits "My Test Account" and processes it as three different accounts: My, Test, and Account.

Expected Behavior:
The tool should treat "My Test Account" as a single, distinct account.

Image

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