0.3.0
Pre-releaseNew Features
Version
Flag: -v
/--version
$ gitclean -v
0.3.0
Path
By default, gitclean
will execute all commands in the current directory (.
), however, you can pass a path to another git repository after any/all other flags.
$ gitclean ../some/other/repo
# with flags
$ gitclean -if ../some/other/repo
Changelog
03996a9 Removed "(in the current directory)" from readme (#19)
e273540 removed "(in the current directory)" from readme
3b45004 Cleanup main.go (#16)
fe7a00b run "go build” inside go container on PR (#17)
d7f9d00 run "go build” inside go container on PR
f5eb7c8 renamed things
b98eafc hooked everything up
2b41e02 Moved commands to their own files
e35739e Defined possible user intents
4d9a025 Allow directory to be provided as final arg (#15)
4aa7f96 Updated documentation
f8fb649 Providing directory on run
7bad64b Setup git package to use directory
888c4a8 Missing modules added with "go mod tidy" (#13)
62b8338 -v/--version (#11)
a9f00ed Sets default VSCode format tool (#12)
3a46486 modules added with go mod tidy
57190d0 Sets default vscode format tool
75ef770 added logic to print version when flag is provided
2f79e31 Merge pull request #7 from drewwyatt/dw/readme-update
51ee0b6 update readme