mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-27 11:45:38 +00:00
generatedoc command stub
This commit is contained in:
@@ -50,7 +50,7 @@ public class ReplaceAlpha implements Runnable {
|
||||
|
||||
static class Item {
|
||||
|
||||
@Option(
|
||||
@Option(
|
||||
names = "--character-id",
|
||||
description = "Character id",
|
||||
required = true,
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.jpexs.decompiler.flash.cli.commands.types;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public enum DocFormat {
|
||||
html
|
||||
}
|
||||
Reference in New Issue
Block a user