LibraryCore LibraryCommandVersion: 0.8.0On this pageCommand import core.commandCopy run Return Type: None Run a command. Example: import core.command command.run("notify-send hi")Copy run_and_read Return Type: String Run a command and read the output. Example: import core.command command.run_and_read("echo Hello")Copy