Skip to content

Commit

Permalink
docs(putils): add CenterText in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
floaust committed Sep 5, 2022
1 parent e706b12 commit 5bad05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions putils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Feel free to contribute your utility functions via pull request!
func BulletListFromString(s string, padding string) pterm.BulletListPrinter
func BulletListFromStrings(s []string, padding string) pterm.BulletListPrinter
func BulletListItemFromString(text string, padding string) pterm.BulletListItem
func CenterText(text string) string
func DefaultTableFromStructSlice(structSlice interface{}) *pterm.TablePrinter
func DownloadFileWithDefaultProgressbar(title, outputPath, url string, mode os.FileMode) error
func DownloadFileWithProgressbar(progressbar *pterm.ProgressbarPrinter, outputPath, url string, mode os.FileMode) error
Expand Down

0 comments on commit 5bad05a

Please sign in to comment.