Skip to content

Commit a96f805

Browse files
committed
Update otto documentation and options for various commands
1 parent 8b6d664 commit a96f805

13 files changed

+31
-27
lines changed

docs/otto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ otto [flags]
3232
* [otto release](otto_release.md) - Generate GitHub release notes from git commit logs
3333
* [otto version](otto_version.md) - Prints version information.
3434

35-
###### Auto generated by spf13/cobra on 1-May-2023
35+
###### Auto generated by spf13/cobra on 2-May-2023

docs/otto_ask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ otto ask [flags]
3131

3232
* [otto](otto.md) - Document your code with ease
3333

34-
###### Auto generated by spf13/cobra on 1-May-2023
34+
###### Auto generated by spf13/cobra on 2-May-2023

docs/otto_chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ otto chat [flags]
2828

2929
* [otto](otto.md) - Document your code with ease
3030

31-
###### Auto generated by spf13/cobra on 1-May-2023
31+
###### Auto generated by spf13/cobra on 2-May-2023

docs/otto_cmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ otto cmd [flags]
2929

3030
* [otto](otto.md) - Document your code with ease
3131

32-
###### Auto generated by spf13/cobra on 1-May-2023
32+
###### Auto generated by spf13/cobra on 2-May-2023

docs/otto_commit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ otto commit [flags]
1313
### Options
1414

1515
```
16-
-a, --auto automatically add all and commit with the generated message
1716
-c, --conventional use conventional commits
1817
-f, --force skip confirmation
1918
-h, --help help for commit
19+
-n, --no-commit don't commit, just print the message. Ignored if --push is set
2020
--push automatically push to the current branch
2121
-v, --verbose verbose output
2222
```
@@ -31,4 +31,4 @@ otto commit [flags]
3131

3232
* [otto](otto.md) - Document your code with ease
3333

34-
###### Auto generated by spf13/cobra on 1-May-2023
34+
###### Auto generated by spf13/cobra on 2-May-2023

docs/otto_config.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ otto config [flags]
2323
### Options
2424

2525
```
26-
-k, --apikey string API key to add to configuration
27-
-t, --ghtoken string GitHub token to use for documentation
28-
-h, --help help for config
29-
-m, --model string Model to use for documentation
26+
-k, --apikey string API key to add to configuration
27+
-t, --ghtoken string GitHub token to use for documentation
28+
-h, --help help for config
29+
-m, --model string Model to use for documentation
30+
-o, --ottoColor string Otto color for configuration
31+
-u, --userColor string User color for configuration
3032
```
3133

3234
### Options inherited from parent commands
@@ -39,4 +41,4 @@ otto config [flags]
3941

4042
* [otto](otto.md) - Document your code with ease
4143

42-
###### Auto generated by spf13/cobra on 1-May-2023
44+
###### Auto generated by spf13/cobra on 2-May-2023

docs/otto_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ otto docs [flags]
3939

4040
* [otto](otto.md) - Document your code with ease
4141

42-
###### Auto generated by spf13/cobra on 1-May-2023
42+
###### Auto generated by spf13/cobra on 2-May-2023

docs/otto_edit.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ otto edit [flags]
1717
### Options
1818

1919
```
20-
-a, --append Append to the end of a file instead of overwriting it
21-
-e, --end int End line
22-
-f, --force Force overwrite of existing files
23-
-g, --goal string Goal of the edit
24-
-h, --help help for edit
25-
-s, --start int Start line (default 1)
26-
-v, --verbose Verbose output
20+
-a, --append Append to the end of a file instead of overwriting it
21+
-c, --context strings Context files
22+
-e, --end int End line
23+
-f, --force Force overwrite of existing files
24+
-g, --goal string Goal of the edit
25+
-h, --help help for edit
26+
-s, --start int Start line (default 1)
27+
-v, --verbose Verbose output
2728
```
2829

2930
### Options inherited from parent commands
@@ -36,4 +37,4 @@ otto edit [flags]
3637

3738
* [otto](otto.md) - Document your code with ease
3839

39-
###### Auto generated by spf13/cobra on 1-May-2023
40+
###### Auto generated by spf13/cobra on 2-May-2023

docs/otto_issue.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ otto issue [flags]
1313
### Options
1414

1515
```
16-
-c, --comments use comments instead of git repo for context
16+
-r, --comments use comments instead of git repo for context
17+
-c, --context strings the files to use as context
1718
--count count the number of tokens
1819
-h, --help help for issue
1920
-n, --number int the number of the issue to get
@@ -32,4 +33,4 @@ otto issue [flags]
3233

3334
* [otto](otto.md) - Document your code with ease
3435

35-
###### Auto generated by spf13/cobra on 1-May-2023
36+
###### Auto generated by spf13/cobra on 2-May-2023

docs/otto_pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ otto pr [flags]
3333

3434
* [otto](otto.md) - Document your code with ease
3535

36-
###### Auto generated by spf13/cobra on 1-May-2023
36+
###### Auto generated by spf13/cobra on 2-May-2023

0 commit comments

Comments
 (0)