Command Line Switches List

Hey @Vortico, is there already, or can there be created someplace, a list of commandline switches for rack and their uses? (please)

Thanks!

1 Like

In Rack v1: https://github.com/VCVRack/Rack/blob/v1/src/main.cpp#L65-L74

  • -s <path>: Sets system directory.
  • -u <path>: Sets user directory.
  • -d: Enables development mode. Disables Plugin Manager, logs to stdout, uses cwd for system/user dirs.
2 Likes

and if I’m understanding main.cpp in the 0.6 branch correctly, those are -g, -l, -d respectively?

1 Like

Yes.

1 Like

Thanks! Knowing these could prove useful for stuff like specifying different directories for patch building vs performance, etc