Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI #41

Open
PhilHudson opened this issue Oct 26, 2014 · 1 comment
Open

CLI #41

PhilHudson opened this issue Oct 26, 2014 · 1 comment

Comments

@PhilHudson
Copy link

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.

@janondrusek
Copy link

I've build a trivial read-only access via CLI https://github.com/JeanVEGA/upm-swing/tree/issue41-cli

# assuming you have an existing database created and configured inside ~/.config/upm.properties
cd upm-swing
ant
java -cp "dist/build/upm.jar:lib/*" 'com._17od.upm.cli.MainScreen'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants