refactor: add tag and relation methods to node to enforce integrity
This commit is contained in:
@@ -17,6 +17,7 @@ var showCmd = &cobra.Command{
|
||||
fmt.Fprintln(os.Stderr, err)
|
||||
return
|
||||
}
|
||||
|
||||
if n, err := svc.GetByID(args[0]); err == nil {
|
||||
output.PrintNode(cmd.OutOrStdout(), svc, n, jsonFlag)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user