This website requires JavaScript.
Explore
Help
Sign in
spadinastan
/
spud
Watch
1
Star
0
Fork
You've already forked spud
0
Code
Issues
2
Pull requests
Releases
6
Activity
Actions
a11bbe2eec
spud
/
main.go
10 lines
82 B
Go
Raw
Normal View
History
Unescape
Escape
feat: init + crude start command
2024-06-02 05:11:56 +00:00
package
main
import
(
refactor(cli): extract commands into own module
2024-09-27 00:38:01 +00:00
cli
"spud/cli"
feat: init + crude start command
2024-06-02 05:11:56 +00:00
)
func
main
(
)
{
refactor(cli): extract commands into own module
2024-09-27 00:38:01 +00:00
cli
.
GetCli
(
)
.
Execute
(
)
feat: init + crude start command
2024-06-02 05:11:56 +00:00
}
Reference in a new issue
Copy permalink