You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After years of happy use, I have a new requirement: a command-line interface. How about it? It should be not much more difficult than adding a main() method to... something. Right? If someone gives me a pointer to the right class/package, I could have a go at implementing it myself.
The text was updated successfully, but these errors were encountered:
# assuming you have an existing database created and configured inside ~/.config/upm.propertiescd upm-swing
ant
java -cp "dist/build/upm.jar:lib/*"'com._17od.upm.cli.MainScreen'
After years of happy use, I have a new requirement: a command-line interface. How about it? It should be not much more difficult than adding a
main()
method to... something. Right? If someone gives me a pointer to the right class/package, I could have a go at implementing it myself.The text was updated successfully, but these errors were encountered: