From e09f84fbbd40a70e3f3248c168dcebe311f591ad Mon Sep 17 00:00:00 2001 From: bovem Date: Wed, 17 Jan 2024 01:28:41 +0530 Subject: [PATCH] Updated the documentation for CLI on --help --- cmd/root.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index a040f83..0e6ec35 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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) },