File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ bash ./gh.sh insert SOME_PROP some_value OTHER_PROP other_value -- "~/.profile"
33
33
bash ./gh.sh -v insert SOME_PROP some_value OTHER_PROP other_value -- " ~/.profile"
34
34
```
35
35
36
- If ` -v ` (verbose) flag is used those are someresult examples :
36
+ Return examples with ` -v ` (verbose) flag:
37
37
38
38
``` sh
39
39
[modified] export SOME_PROP=some_value
@@ -56,7 +56,7 @@ bash ./gh.sh delete SOME_PROP OTHER_PROP -- "~/.bash_profile"
56
56
bash ./gh.sh -v delete SOME_PROP OTHER_PROP -- " ~/.bash_profile"
57
57
```
58
58
59
- Returns examples with ` -v ` (verbose) flag:
59
+ Return examples with ` -v ` (verbose) flag:
60
60
61
61
``` sh
62
62
[deleted] export SOME_PROP
@@ -76,7 +76,7 @@ bash ./gh.sh search SOME_PROP
76
76
bash ./gh.sh insert SOME_PROP OTHER_PROP -- " ~/.profile"
77
77
```
78
78
79
- Returns example :
79
+ Return examples :
80
80
81
81
``` sh
82
82
export SOME_PROP=some_value
@@ -137,6 +137,14 @@ echo $gh_rcFile
137
137
# ...
138
138
```
139
139
140
+ ### Error messages
141
+
142
+ When an error is encountered, even in silent mode (non ` -v ` verbose), you can expect this error messages format:
143
+
144
+ ``` sh
145
+ [error] Some caught error message
146
+ ```
147
+
140
148
## Licence
141
149
142
150
MIT
You can’t perform that action at this time.
0 commit comments