hyprctl: convert std::cout and std::cerr to std::println()
This commit is contained in:
parent
e79d3cd2ef
commit
b61d4c3636
2 changed files with 21 additions and 18 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <string_view>
|
||||
|
||||
const std::string_view USAGE = R"#(usage: hyprctl [flags] <command> [args...|--help]
|
||||
|
||||
commands:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue