parent
744724b3cb
commit
c1af79532f
@ -0,0 +1,5 @@
|
||||
#include "sway/commands.h"
|
||||
|
||||
struct cmd_results *cmd_nop(int argc, char **argv) {
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
}
|
Loading…
Reference in new issue