stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
323 stars 33 forks source link

Improve the CLI #103

Closed stackotter closed 2 years ago

stackotter commented 2 years ago

Delta Client has a few command line arguments but there are a few other options that could be very useful such as --logLevel. There is also the NSDocumentRevisionsDebugMode because of Xcode stupidly supplying that option when running the client (and I want strict mode parsing of arguments). This dummy argument could easily be hidden. The usage message also has the name of the cli tool as command_line_arguments, which could easily be changed to DeltaClient.

stackotter commented 2 years ago

I've cleaned up the cli system a bit and added the --log-level option.

I can't think of any other useful arguments to add at the moment, but they should be pretty easy to add now.

I'll count this as completed