You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Printf("\nWhat flags do we have in Godemon? \n 1. Methods of godemon's runtime:"+
14
-
"\n a) -cnf - using project.json file to load godemon project specifications,\n b) -cmd - manualy passing godemon project specification using the CLI,\n c) -deploy - deploying the project using specifications from project.json or CLI\n"+
15
-
" 2. Other flags:\n a) -path - path to file or dir,\n b) -mod - specyfing that runtime option is using go modules,\n"+
16
-
" c) -file - specyfing that runtime option is using single go file,\n d) -os - specyfing the GOOS,\n"+
17
-
" e) -arch - specyfing the GOARCH,\n f) -name - specyfing the name of project/command/file\n"+
18
-
" 3. project.json initialization and update:\n a) -init - initializating the project.json and go module,\n"+
19
-
" b) -addCmd - adding command to project.json,\n c) -addFile - adding file to project.json") //("\n 1. -cnf <- in this flag put info about what do you want to do - if use cmd just -cmd option, if config file use -cnf \n2. -path <- path to file/directory \n 3. -modOrFile <- are you using modules or one file \n 4. -command <- binded command in config file \n 5. -name <- name of project \n 6. -os <- OS platform \n 7. -arch <- architecture \n 8. -init <- initializazition of project \n\n Have a problem? Go on my GitHub and see the README.md - https://github.com/Godemon-simplify-your-Go-programming/godemon \n")
0 commit comments