mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Add default string representation for args object
This commit is contained in:
parent
e34492f6e7
commit
adf3007372
@ -393,6 +393,11 @@ public class ArgumentBean {
|
||||
return () -> new CmdlineException(message + ": " + value);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return deepToString(args);
|
||||
}
|
||||
|
||||
public static ArgumentBean parse(String... args) throws CmdLineException {
|
||||
try {
|
||||
return new ArgumentBean(args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user