@@ -27,27 +27,24 @@ The first time that you run fotingo, it will ask you for some information:
27
27
28
28
<!-- prettier-ignore-start -->
29
29
<!-- usage -->
30
-
31
30
``` sh-session
32
31
$ npm install -g fotingo
33
32
$ fotingo COMMAND
34
33
running command...
35
34
$ fotingo (-v| --version| version)
36
- fotingo/4.4 .0 linux-x64 node-v16.18.1
35
+ fotingo/4.7 .0 linux-x64 node-v16.20.0
37
36
$ fotingo --help [COMMAND]
38
37
USAGE
39
38
$ fotingo COMMAND
40
39
...
41
40
```
42
-
43
41
<!-- usagestop -->
44
42
<!-- prettier-ignore-end -->
45
43
46
44
## Commands
47
45
48
46
<!-- prettier-ignore-start -->
49
47
<!-- commands -->
50
-
51
48
* [ ` fotingo help [COMMAND] ` ] ( #fotingo-help-command )
52
49
* [ ` fotingo inspect ` ] ( #fotingo-inspect )
53
50
* [ ` fotingo open [SOURCE] ` ] ( #fotingo-open-source )
@@ -75,8 +72,7 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1
75
72
76
73
## ` fotingo inspect `
77
74
78
- Output information about the specified element. If no element is specified, output information about the execution
79
- context
75
+ Output information about the specified element. If no element is specified, output information about the execution context
80
76
81
77
```
82
78
USAGE
@@ -87,7 +83,7 @@ OPTIONS
87
83
-i, --issue=issue Specify more issues to include in the release
88
84
```
89
85
90
- _ See code: [ src/commands/inspect.ts] ( https://github.com/tagoro9/fotingo/blob/v4.4 .0/src/commands/inspect.ts ) _
86
+ _ See code: [ src/commands/inspect.ts] ( https://github.com/tagoro9/fotingo/blob/v4.7 .0/src/commands/inspect.ts ) _
91
87
92
88
## ` fotingo open [SOURCE] `
93
89
@@ -98,10 +94,10 @@ USAGE
98
94
$ fotingo open [SOURCE]
99
95
100
96
ARGUMENTS
101
- SOURCE (jira|pr) [default: jira] Source place that you want to open
97
+ SOURCE (jira|pr|repo ) [default: jira] Source place that you want to open
102
98
```
103
99
104
- _ See code: [ src/commands/open.ts] ( https://github.com/tagoro9/fotingo/blob/v4.4 .0/src/commands/open.ts ) _
100
+ _ See code: [ src/commands/open.ts] ( https://github.com/tagoro9/fotingo/blob/v4.7 .0/src/commands/open.ts ) _
105
101
106
102
## ` fotingo release RELEASE `
107
103
@@ -121,7 +117,7 @@ OPTIONS
121
117
-y, --yes Do not prompt for any input but accept all the defaults
122
118
```
123
119
124
- _ See code: [ src/commands/release.ts] ( https://github.com/tagoro9/fotingo/blob/v4.4 .0/src/commands/release.ts ) _
120
+ _ See code: [ src/commands/release.ts] ( https://github.com/tagoro9/fotingo/blob/v4.7 .0/src/commands/release.ts ) _
125
121
126
122
## ` fotingo review `
127
123
@@ -140,7 +136,7 @@ OPTIONS
140
136
-y, --yes Do not prompt for any input but accept all the defaults
141
137
```
142
138
143
- _ See code: [ src/commands/review.ts] ( https://github.com/tagoro9/fotingo/blob/v4.4 .0/src/commands/review.ts ) _
139
+ _ See code: [ src/commands/review.ts] ( https://github.com/tagoro9/fotingo/blob/v4.7 .0/src/commands/review.ts ) _
144
140
145
141
## ` fotingo start [ISSUE] `
146
142
@@ -164,7 +160,7 @@ OPTIONS
164
160
-t, --title=title Title of issue to create
165
161
```
166
162
167
- _ See code: [ src/commands/start.ts] ( https://github.com/tagoro9/fotingo/blob/v4.4 .0/src/commands/start.ts ) _
163
+ _ See code: [ src/commands/start.ts] ( https://github.com/tagoro9/fotingo/blob/v4.7 .0/src/commands/start.ts ) _
168
164
169
165
## ` fotingo verify `
170
166
@@ -175,7 +171,7 @@ USAGE
175
171
$ fotingo verify
176
172
```
177
173
178
- _ See code: [ src/commands/verify.ts] ( https://github.com/tagoro9/fotingo/blob/v4.4 .0/src/commands/verify.ts ) _
174
+ _ See code: [ src/commands/verify.ts] ( https://github.com/tagoro9/fotingo/blob/v4.7 .0/src/commands/verify.ts ) _
179
175
<!-- commandsstop -->
180
176
<!-- prettier-ignore-end -->
181
177
0 commit comments