Skip to content

Commit b7e1a2b

Browse files
Initial CLI stub
1 parent 0c2cd10 commit b7e1a2b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package net.bald
2+
3+
/**
4+
* Command Line Interface for converting NetCDF metadata to Linked Data graphs.
5+
*/
6+
class BinaryArrayConvertCli {
7+
fun run(vararg args: String) {
8+
TODO()
9+
}
10+
}
11+
12+
fun main(args: Array<String>) {
13+
BinaryArrayConvertCli().run(*args)
14+
}

0 commit comments

Comments
 (0)