From 4fc5f4505a8fa0aff7ba02d46c029010059e9227 Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Sat, 18 Jun 2016 15:54:12 +0200 Subject: [PATCH] Added some usage hints to the rooster script --- rooster | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rooster b/rooster index 2940b10..0a8c8de 100755 --- a/rooster +++ b/rooster @@ -16,3 +16,11 @@ else if (args[0] == 'plugins') { console.log('git submodule update'); console.log('After that, make sure to install deps for the plugins in their respective directories under ./plugins'); } +else { + console.log('rooster.io commandline util:'); + console.log('commands:'); + console.log('rooster start\t\t--\tStarts rooster.io from the commandline'); + console.log('rooster db\t\t--\tInitializes the database with the students and stuff from the schoolID specified in the settings.json'); + console.log('rooster plugins\t\t--\tShows help to setup plugins'); + console.log('rooster help\t\t--\tShows this menu'); +}