summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc.go b/doc.go
index 725de11..ab1cce7 100644
--- a/doc.go
+++ b/doc.go
@@ -1,13 +1,10 @@
/*
-forge -- a tool to git repos at go.wit.com
+forge -- a tool to manage lots of git repos. forge includes a GUI and TUI.
- but you can probably use it for other things
+ forge only executes the 'git' command. Everything it does, you can run by hand with 'git'.
-A video demonstration of the terminal UI is available at:
-https://mirrors.wit.com/guidemo/forge-gocui-demo.webm
-
-forge v0.22.124-2-g8c25ed1 Built on 2025.07.21_1348
-Usage: forge [--debugger] [--logger] [--no-gui] [--gui GUI] [--gui-file GUI-FILE] [--gui-test GUI-TEST] [--gui-verbose] [--connect CONNECT] [--all] [--build BUILD] [--install INSTALL] [--forge-rebuild] [--force] [--verbose] [--bash] [--auto-complete AUTO-COMPLETE] <command> [<args>]
+forge v0.22.138-6-gaea7f16 Built on 2025.09.03_1935
+Usage: forge [--debugger] [--logger] [--no-gui] [--gui GUI] [--gui-file GUI-FILE] [--gui-build] [--gui-verbose] [--gui-check-plugin GUI-CHECK-PLUGIN] [--connect CONNECT] [--all] [--build BUILD] [--install INSTALL] [--forge-rebuild] [--force] [--verbose] [--bash] [--auto-complete AUTO-COMPLETE] <command> [<args>]
Options:
@@ -16,8 +13,10 @@ Options:
--no-gui ignore all these gui problems
--gui GUI Use this gui toolkit [andlabs,gocui,nocui,stdin]
--gui-file GUI-FILE Use a specific plugin.so file
- --gui-test GUI-TEST test a specific plugin.so will load
+ --gui-build attempt to build the GUI plugins
--gui-verbose enable all logging
+ --gui-check-plugin GUI-CHECK-PLUGIN
+ hack to verify GO plugins load
--connect CONNECT forge url
--all git commit --all
--build BUILD build a repo
@@ -42,6 +41,7 @@ Commands:
fetch run 'git fetch master'
list print a table of the current repos
merge merge branches
+ normal set every repo to the default state for software development
patch make patchsets
pull run 'git pull'
*/