diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 05:16:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 05:16:03 -0600 |
| commit | 4f282cc30200c5896db2ae4677b20c6f8c1f1abc (patch) | |
| tree | 3e7c8c5a1e3981dae05e6cb6117c424c20328da3 /main.go | |
| parent | e40251c7fd36d464b141f4b3f02c8ed80434f7cf (diff) | |
is it possible to make a username argv alias?v0.22.41
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ func main() { doCheckDirtyAndConfigSave() me.found = new(gitpb.Repos) findDirty() - me.forge.PrintHumanTable(me.found) + me.forge.PrintHumanTableDirty(me.found) okExit("") } |
