Support for switching to smira/commander with free placement of flags. #17

This commit is contained in:
Andrey Smirnov
2014-04-03 00:16:18 +04:00
parent d84226a054
commit f648c9547c
40 changed files with 89 additions and 88 deletions

View File

@@ -4,7 +4,6 @@ import (
"fmt"
"github.com/smira/aptly/debian"
"github.com/smira/commander"
"github.com/smira/flag"
"sort"
)
@@ -54,7 +53,6 @@ Example:
$ aptly repo list
`,
Flag: *flag.NewFlagSet("aptly-repo-list", flag.ExitOnError),
}
return cmd