We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a23a3a commit 95bf4c7Copy full SHA for 95bf4c7
docs/usage.md
@@ -451,3 +451,11 @@ You can also specify config location with runtime option, e.g.:
451
### Environment variables
452
453
**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