gitclass 0.5.0

Tool for teachers to manage classes using git
Documentation
name: gitclass
version: 0.1.0
author: Michael Taggart <michael.t.taggart@gmail.com>
subcommands:
  - new:
      about: Create new gitclass in named folder
      args:
        - DIR:
            help: directory to create
            required: true
  - init:
      about: Initialize new gitclass in current folder
  - add:
      about: Add student to gitclass
  - remove:
      about: Remove student [NAME]
      args:
        - STUDENT:
            help: student to remove
            required: true
  - update:
      about: Update student repos