Skip to content

Output format #104

@muzzol

Description

@muzzol

This is a feature request for output format configuration.

I would like to remove ending ";" from lines and also remove spaces before and after "=" so instead of this:

json.message.chat.id = 7403466;

I got this

json.message.chat.id=7403466

I think this way will be a lot easier to parse results:

cat test.json | grep "json.message.chat.id" | cut -d"=" -f2

instead of

cat test.json | grep "json.message.chat.id" | cut -d"=" -f2 | cut -d" " -f2- | tr -d";"

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