Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
basecli.BaseCLI `embed:""`
Project1 Project1Cmd `cmd:"" help:"Execute project1 grading client"`
}
CLI defines the command-line interface structure for the gradebot application.
type Project1Cmd ¶
type Project1Cmd struct {
basecli.CommonArgs
}
Project1Cmd defines the command structure for running Project 1 grading.
Click to show internal directories.
Click to hide internal directories.