Marc Cataford
7a1912c02a
* feat: basic use,install,list,help,init functionality * docs: README notes * refactor: argument parser documentation + removing redundant comments * feat: add uninstall command * feat: command ordering * build: shortcut tooling to build, format * feat: improve messaging around install progress * refactor: rename argparse utils * docs: more README notes
3 lines
30 B
Bash
3 lines
30 B
Bash
#!/usr/bin/bash
|
|
|
|
go fmt ./...
|