This commit is contained in:
2025-03-11 08:36:29 +02:00
parent d1163ec629
commit f23f3fbf53
6 changed files with 81 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
package config
type Command struct {
Name string
Args []string
}