Skip to content

Handle better newlines in help message #70

Description

@simplylizz

Hello,

I want to add a list to help message, so each item should be on a new line. Now this looks not very good:

      --input          Possible values:
not set - read from stdin;
gs://<path to file gzipped file> - read from
                       GCS;
pubsub://projects/<project>/subscriptions/<subscription> - fetch input value
                       from PubSub

While the original help string looks like:

	Help: "Possible values:\n" +
		"not set - read from stdin;\n" +
		"gs://<path to file gzipped file> - read from GCS;\n" +
		"pubsub://projects/<project>/subscriptions/<subscription> - fetch input value from PubSub"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions