switch namespaces from tags to relations with auto-creation
This commit is contained in:
@@ -23,7 +23,7 @@ var listCmd = &cobra.Command{
|
||||
if nodes, err := d.ListNodes(db.ListFilter{TagPrefixes: lTags, Assignee: lAssignee}); err == nil {
|
||||
output.PrintNodes(cmd.OutOrStdout(), nodes, jsonFlag)
|
||||
} else {
|
||||
fmt.Fprintln(os.Stderr, "err: %v", err)
|
||||
fmt.Fprintf(os.Stderr, "err: %v\n", err)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user