mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-21 02:44:57 +00:00
Create porb command
This commit is contained in:
parent
f3929f2665
commit
a20bc70194
4 changed files with 215 additions and 2 deletions
1
main.go
1
main.go
|
@ -17,6 +17,7 @@ func main() {
|
|||
|
||||
commands.RegisterMetaCommands(a)
|
||||
commands.RegisterTinyfoxCommands(a)
|
||||
commands.RegisterPorbCommands(a)
|
||||
|
||||
a.Run()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue