Skip to content
Snippets Groups Projects
Verified Commit bd4eeabe authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

more committable

parent 658ab1ba
No related branches found
No related tags found
No related merge requests found
Pipeline #7927 passed
......@@ -8,7 +8,16 @@ import (
)
func main() {
mainCmds := helpers.CmdFrom(os.Args[0], "go projlab tool", Timetable, Javadoc, Classdiag, Check, Filelist, tests.TestsToLatex, flatten.Flatten, AllTime)
mainCmds := helpers.CmdFrom(os.Args[0], "go projlab tool",
Timetable,
Javadoc,
Classdiag,
Check,
Filelist,
tests.TestsToLatex,
flatten.Flatten,
AllTime,
)
if len(os.Args) < 2 {
os.Args = append(os.Args, "help")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment