quickshell/src/core/main.hpp
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

7 lines
84 B
C++

#pragma once
namespace qs::launch {
int main(int argc, char** argv); // NOLINT
}