🔧 chore: start new cli development, use pnpm's built-in github repo feature for gnim-utils
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { Gtk } from "ags/gtk4";
|
||||
import { Cli } from "..";
|
||||
|
||||
|
||||
export default {
|
||||
prefix: "dev",
|
||||
help: "development tools to help debugging colorshell",
|
||||
commands: [{
|
||||
name: "inspector",
|
||||
help: "open the gtk's visual inspector",
|
||||
onCalled: () => {
|
||||
Gtk.Window.set_interactive_debugging(true);
|
||||
return "Opening GTK Inspector..."
|
||||
}
|
||||
}]
|
||||
} satisfies Cli.Module;
|
||||
Reference in New Issue
Block a user