Last active
October 2, 2019 02:28
-
-
Save heypoom/e2411348ebe93252c2845b9aebac448b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for cmd in (bash -c 'compgen -c | sort') | |
set result (timeout 1s tldr $cmd 2>&1 || echo no) | |
if [ (echo $result | string match -r 'Submit new pages') ] | |
echo "$cmd is available for PR submission" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment