This commit is contained in:
		| @@ -7,6 +7,10 @@ import static ffmpegconverter.Main.listContains; | |||||||
|  |  | ||||||
| public class Parser { | public class Parser { | ||||||
|  |  | ||||||
|  |     /** | ||||||
|  |      * This function parses command inputs into understandable converter instructions | ||||||
|  |      * @param tokens <p>A list of tokens containing all arguments</p> | ||||||
|  |      */ | ||||||
|     private static void parse(List<String> tokens) { |     private static void parse(List<String> tokens) { | ||||||
|         String[] types = {"animeconverter", "audioconverter", "videoconverter"}; |         String[] types = {"animeconverter", "audioconverter", "videoconverter"}; | ||||||
|         Main.converterArgument[] commonArgs = { |         Main.converterArgument[] commonArgs = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user