diff options
| author | Jeff Carr <[email protected]> | 2024-02-10 16:35:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-10 16:35:58 -0600 |
| commit | 44e6fc669ed317173303affe13117aa16b09cd68 (patch) | |
| tree | a8aeaa34e7cc35a6dbd0a58e9c6e623c60cb57ed /main.go | |
| parent | d590533ad55395991f66dd13d53215ebec3c68e7 (diff) | |
add command line options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ func main() { autotypistWindow() repolistWindow() + // process everything on the command line + handleCmdLine() + for _, repo := range me.allrepos { repo.status.Update() repo.newScan() |
