{ "sway": { "flags": [ { "forms": ["-h", "--help"], "description": "Show help message and quit" }, { "forms": ["-c", "--config"], "description": "Specifies a config file" }, { "forms": ["-C", "--validate"], "description": "Check the validity of the config file, then exit" }, { "forms": ["-d", "--debug"], "description": "Enables full logging, including debug information" }, { "forms": ["-v", "--version"], "description": "Show the version number and quit" }, { "forms": ["-V", "--verbose"], "description": "Enables more verbose logging" }, { "forms": ["--get-socketpath"], "description": "Gets the IPC socket path and prints it, then exits" } ], "subcommands": {} } }