1
This commit is contained in:
+10
-10
@@ -1,13 +1,13 @@
|
||||
// simplegit is the single entry point for the simplegit git-hosting server and
|
||||
// its management TUI. The two used to be separate binaries (cmd/daemon and
|
||||
// cmd/gitctl); they are now subcommands of one binary.
|
||||
//
|
||||
// simplegit daemon run the git hosting server (HTTP + SSH + manage)
|
||||
// simplegit ctl run the gitctl TUI against the manage port
|
||||
// simplegit (no args, or any other subcommand) print help
|
||||
//
|
||||
// Each subcommand owns its own flag set, so flags are parsed after the
|
||||
// subcommand is selected: `simplegit daemon -skip-auth`, `simplegit ctl -manage ...`.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user