GRIP should take command line options in GUI mode #492

Closed
skypanther opened this Issue Feb 9, 2016 · 2 comments

Projects

None yet

2 participants

@skypanther

We're attempting to run grip on our driver's station. We have the basics working, but we have to open the .grip file from the menus every time we start grip. I cannot find documentation on how to automatically load the file and our attempts to guess at command-line parameters that might do so have not worked.

@ThomasJClark
Contributor

There are no command line parameters to open a file with the GUI currently.

You could run it in headless mode by running java -jar core-1.2.0-all.jar [file.grip], or you could also use the keyboard shortcut (Ctrl+O) for convenience. An optional command line parameter sounds like a good idea though for the next release.

@ThomasJClark ThomasJClark self-assigned this Feb 9, 2016
@skypanther

Thanks. We'll try the java -jar technique. Since you've tagged this as an enhancement, I'll leave this issue open. Feel free to close if you'd rather track the idea in a different way.

@ThomasJClark ThomasJClark changed the title from How to auto-load our .grip file to GRIP should take command line options in GUI mode Feb 10, 2016
@ThomasJClark ThomasJClark modified the milestone: v1.3.0, v1.2.1 Feb 11, 2016
@JLLeitschuh JLLeitschuh closed this in #498 Feb 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment