Open BSteffaniak opened 2 years ago
target and installCommand should be required to be static
visible CliArg target = new CliArg("target", ["t"]) visible CliCommand installCommand = new CliCommand("install", ["i"]) public static async main(String[] args) { FuCli cli = new FuCli([ installCommand ], [ target ])
target and installCommand should be required to be static