Skip to content

Four leading spaces before descriptions? #9

@kennethgillen

Description

@kennethgillen

Hi,

Using wrk version 1.0.1, there appears to be four leading spaces printed in front of a card description when using wrk desc

Since these spaces are not actually in the card description it's frustrating to have them included when running e.g. wrk desc - see the 'last name' example below:


HOSTNAME:~ kenny$ wrk desc c:134561234132412341
 Description of card 134561234132412341:
   card-title | 134561234132412341
     first name: 'forename'
 last name: 'surname'
 institution: 'some-institution'
 email: 'some-email@address.com'
     https://trello.com/c/aFaFaFaF/card-title-here

I wonder if it's the following lines:

i.e. git grep for "four spaces, then a %s":


 HOSTNAME:wrk kenny$ git grep -i "    %s" *
 src/main/java/net/ocheyedan/wrk/cmd/trello/Desc.java:                    Output.print("    %s", desc);
 src/main/java/net/ocheyedan/wrk/cmd/trello/Desc.java:                    Output.print("    %s", desc);
 src/main/java/net/ocheyedan/wrk/cmd/trello/Desc.java:                    Output.print("    %s", desc);

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