networkservicemesh / nsmctl

nsmctl is command line utility for service operators to configure and diagnose their network service mesh
GNU General Public License v3.0
1 stars 3 forks source link

nsmctl/gen: fix a few issues after manual testing #11

Closed denis-tingaikin closed 1 year ago

denis-tingaikin commented 1 year ago

Description

  1. Added tests to cover supported commands
  2. Used the fixed version of dlv debugger
  3. flags for endpoints did not work properly
  4. Simplified the generating logic by re-using parent's persistent behavior

Motivation

Related to https://github.com/networkservicemesh/nsmctl/issues/6