diff options
| author | Jeff Carr <[email protected]> | 2024-02-16 01:22:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-16 01:22:15 -0600 |
| commit | 47fad87e322da702df4993434c73941d826097fe (patch) | |
| tree | 959bdd97dbe23c6774e029027eeab8bac3284c5e /argv.go | |
| parent | ff091d0c81f891f91c0c7b16d7a5872a6d2a474b (diff) | |
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/argv.go b/argv.go deleted file mode 100644 index be3fc67..0000000 --- a/argv.go +++ /dev/null @@ -1,14 +0,0 @@ -package main - -/* - this enables command line options from other packages like 'gui' and 'log' -*/ - -import ( - arg "github.com/alexflint/go-arg" -) - - -func init() { - arg.MustParse() -} |
