quickshell/src/main.cpp
outfoxxed 94e881e6b0
core!: refactor launch sequence
Also includes slight changes to the command syntax.
See --help for details.
2024-09-01 14:17:39 -07:00

3 lines
99 B
C++

#include "core/main.hpp"
int main(int argc, char** argv) { return qs::launch::main(argc, argv); }