feat: huge overhaul of messaging into FAIL, WARN, hint, ok, prompt, and progress types
This commit is contained in:
parent
6ccd801c89
commit
b52a5bfdb7
30 changed files with 192 additions and 96 deletions
|
|
@ -41,7 +41,7 @@ func listStores(cmd *cobra.Command, args []string) error {
|
|||
store := &Store{}
|
||||
dbs, err := store.AllStores()
|
||||
if err != nil {
|
||||
return fmt.Errorf("cannot list-stores: %v", err)
|
||||
return fmt.Errorf("cannot list stores: %v", err)
|
||||
}
|
||||
for _, db := range dbs {
|
||||
fmt.Println("@" + db)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue