blob: 64b2250caf648a95252f562724589634ac5432bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/**
* CLI interface for various other libraries.
*
* @author bjcul
*
*/
module commander {
exports bjc.commander;
requires transitive bjc.utils;
requires java.logging;
}
|