Skip to content

Commit

Permalink
feat(prints): Add ProgressBar feature (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: Flc゛ <[email protected]>
  • Loading branch information
flc1125 authored Feb 2, 2024
1 parent 4352f9c commit 8fad89d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prints/progressbar.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ var (
Full = pb.Full
Default = pb.Default
Simple = pb.Simple

FullTemplate = WithTemplate(Full)
DefaultTemplate = WithTemplate(Default)
SimpleTemplate = WithTemplate(Simple)
)

type ProgressBar struct {
Expand Down

0 comments on commit 8fad89d

Please sign in to comment.