diff options
| author | Jeff Carr <[email protected]> | 2024-12-24 03:00:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-24 03:00:55 -0600 |
| commit | 778de10e871c5d25d9c746eb54f1752b7c124f6d (patch) | |
| tree | afe7411a5251f243ff185c55a921e7ae2cd23302 /Makefile | |
| parent | 2f7c1807a1e6fbc9c43c247c5374748ce0cecd79 (diff) | |
deprecate go specific stuff
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 24 |
1 files changed, 9 insertions, 15 deletions
@@ -34,41 +34,35 @@ goimports: gocui: install forge --gui gocui >/tmp/forge.log 2>&1 -redomod-all: - forge --do-RedoGoMod - -redomod-erase: - forge --do-RedoGoMod --do-erase - private: install - forge --find-private + forge find --private fix: install - forge --fix --find-all + forge --fix find --all list-all: install - forge --find-all + forge find --all git-reset: install - forge --do-git-reset --find-all + forge --do-git-reset find --all readonly: install - forge --do-list --find-readonly + forge --do-list find --readonly config: install forge --config scan: install - forge --do-scan + forge do --scan pull: install - forge --do-git-pull + forge do --pull mine: install - forge --find-mine + forge find --mine all: install - forge --find-all + forge find --all patches: install forge --do-patches |
