class Github::Arguments

def extract_remaining(args)


Find remaining arguments
def extract_remaining(args)
  args[required.size..-1]
end