Skip to content

Commit

Permalink
Updated the documentation for CLI on --help
Browse files Browse the repository at this point in the history
  • Loading branch information
bovem committed Jan 16, 2024
1 parent 4916482 commit e09f84f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ brag -c "YOUR TEXT HERE"
If BRAG_DOCS_REPO_SYNC environment variable is set to true then changes to bragging document
will be pushed to Git remote.
and review them later using subcommand "about"
brag about last-week`,
Review your brags using the subcommand "about".
brag about last-week
To create a summarized bragging document using the help of Ollama (https://ollama.ai/) use
subcommand "summarize".
brag summarize last-month`,
Run: func(cmd *cobra.Command, args []string) {
utils.AddBrag(bragComment)
},
Expand Down

0 comments on commit e09f84f

Please sign in to comment.