Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdFakeGitServer = &cobra.Command{ Use: "fake-gitserver", Short: "Fakes a git server", Long: `When doing "git clone http://localhost:8000", you will clone an empty git repo named "localhost" on local. You can also use "git clone http://localhost:8000 my-repo-name" to rename that repo.`, Args: cobra.MaximumNArgs(0), Run: main, }
CmdFakeGitServer is used by agnhost Cobra.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.