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

fix: correct spacing of celestia banner #1505

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

tzdybal
Copy link
Member

@tzdybal tzdybal commented Dec 16, 2022

Fix #1504

Overview

Now it looks like:

$ celestia --help

	    ____      __          __  _
	  / ____/__  / /__  _____/ /_(_)___ _
	 / /   / _ \/ / _ \/ ___/ __/ / __  /
	/ /___/  __/ /  __(__  ) /_/ / /_/ /
	\____/\___/_/\___/____/\__/_/\__,_/

Usage:
  celestia [command]

Available Commands:
  bridge      Manage your Bridge node
  full        Manage your Full node
  light       Manage your Light node
  version     Show information about the current binary build

Flags:
  -h, --help   help for celestia

Additional help topics:
  celestia         

Use "celestia [command] --help" for more information about a command.

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates
  • Linked issues closed with keywords

@tzdybal tzdybal added the kind:fix Attached to bug-fixing PRs label Dec 16, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #1505 (d5b75b2) into main (a7c591d) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1505      +/-   ##
==========================================
+ Coverage   55.34%   55.37%   +0.02%     
==========================================
  Files         203      203              
  Lines       12147    12147              
==========================================
+ Hits         6723     6726       +3     
+ Misses       4752     4750       -2     
+ Partials      672      671       -1     
Impacted Files Coverage Δ
cmd/celestia/main.go 62.50% <ø> (ø)
header/core/listener.go 58.49% <0.00%> (+5.66%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@distractedm1nd distractedm1nd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🫡

@Wondertan Wondertan merged commit 1846a08 into celestiaorg:main Dec 20, 2022
@tzdybal tzdybal deleted the tzdybal/banner branch December 21, 2022 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:fix Attached to bug-fixing PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

First line of baner is misaligned
4 participants