Skip to content

Allow whitespace in config #108

@bradyt

Description

@bradyt

I believe I see an error if there is whitespace in .taskrc, like the following:

taskd.certificate = /home/jack/.task/jacklaxson.cert.pem
taskd.key         = /home/jack/.task/jacklaxson.key.pem
taskd.server      = 192.168.1.129:53589
taskd.credentials = Public/Jack Laxson/f60bfcb9-b7b8-4466-b4c1-7276b8afe609
taskd.trust       = yes
taskd.ca          = /home/jack/.task/ca.cert.pem

Right now, I think we're required to use no whitespace:

taskd.certificate=/home/jack/.task/jacklaxson.cert.pem
taskd.key=/home/jack/.task/jacklaxson.key.pem
taskd.server=192.168.1.129:53589
taskd.credentials=Public/Jack Laxson/f60bfcb9-b7b8-4466-b4c1-7276b8afe609
taskd.trust=yes
taskd.ca=/home/jack/.task/ca.cert.pem

Feature request: allow whitespace in .taskrc.

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