Skip to content

Commit

Permalink
bin/instructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebowczyk committed Nov 1, 2024
1 parent 3c124fb commit a177250
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/instructor
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
<?php
// Ensure script name is provided
if ($argc < 2) {
fwrite(STDERR, "Instructor CLI\n");
fwrite(STDERR, "Usage: instructor <script> [args...]\n");
fwrite(STDERR, "\n");
fwrite(STDERR, " Scripts:\n");
fwrite(STDERR, " setup - publish Instructor bundled assets to your project dir\n");
fwrite(STDERR, " hub - view and execute Instructor examples\n");
exit(1);
}

Expand Down

0 comments on commit a177250

Please sign in to comment.