Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 29, 2020
1 parent 281002f commit 3055ff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added bebe.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion howdoi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ error_reporting($debug ? E_ALL : E_PARSE);
$question = trim(join(' ', array_slice($argv, $i)));
$total = isset($opt['n']) && $opt['n'] > 0 ? (int) $opt['n'] : 1;

if (isset($opt['i'])) {
if (isset($opt['i']) || (count($argv) === 2) && ($argv[1] == '-i')) {
do {
echo "Type your question and press Enter (Ctrl+C to cancel):\n";
$question = trim(fgets(STDIN));
Expand Down

0 comments on commit 3055ff1

Please sign in to comment.