Skip to content

yawkat/patchtools-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

patchtools-cli

Build Status

Usage

java -jar <> -i <input jar> -o <output jar> [--log-level OFF,SEVERE-FINEST,ALL] [--dependency <jar>]... <patch>...

Class Sets

To increase speed and decrease likelihood of errors, class sets can be defined in patch files:

//exclude *
//include at.yawk.*

.class
  ...

The lower an include / exclude rule, the higher its priority.

If no rule matches a class, it is included by default (to maintain compatibility with patch files without these rules).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages