#! /usr/bin/env ruby # coding: utf-8 require "vasputils" require 'thor' class IncarCommand < Thor desc "generate [option] settings", "Generate INCAR" long_desc <