We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debf5b9 commit c58d5f6Copy full SHA for c58d5f6
1 file changed
src/prompter/main.rs
@@ -104,5 +104,5 @@ pub fn main() -> Result<SysexitsError, Box<dyn Error>> {
104
output.write_all(text.as_bytes()).unwrap();
105
}
106
107
- Ok(EX_UNAVAILABLE)
+ Ok(EX_OK)
108
0 commit comments