Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve output of command examples #188

Open
grof opened this issue Jul 10, 2023 · 0 comments
Open

Improve output of command examples #188

grof opened this issue Jul 10, 2023 · 0 comments

Comments

@grof
Copy link
Collaborator

grof commented Jul 10, 2023

Not completely sure, but it seems that when we upgraded to the more recent version of oclif, the output of command examples started showing "double spaced". I believe we had manually spaced the examples back in the day and now they appear with extra blank lines.

EXAMPLES
  Create an application configuration using latest builds from project without data hosts information

  $ mix app-configs:create -M 233 -D 32 -T AC_20211028 -P 1922



  Create an application configuration using latest builds from project but only for build type ASR

  and locale en-US, without data hosts information

  $ mix app-configs:create -M 233 -D 32 -T AC_20211028 -P 1922 --with-locale en-US --with-build-type asr



  Create an application configuration using latest builds from project including data hosts defined in project

  $ mix app-configs:create -M 233 -D 32 -T AC_20211028 -P 1922 --use-project-data-hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant