Skip to content

Commit 95bf4c7

Browse files
committed
describe exit values in the docs
1 parent 6a23a3a commit 95bf4c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/usage.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,11 @@ You can also specify config location with runtime option, e.g.:
451451
### Environment variables
452452

453453
**fselect** respects `NO_COLOR` [environment variable](https://no-color.org).
454+
455+
### Exit values
456+
457+
| Value | Meaning |
458+
| --- | --- |
459+
| 0 | everything OK |
460+
| 1 | I/O error has occurred during any directory listing or file reading |
461+
| 2 | error during parsing of the search query |

0 commit comments

Comments
 (0)