nemo_gym.cli.legacy
nemo_gym.cli.legacy
Backward-compatibility shim for the legacy ng_* / nemo_gym_* commands.
Every legacy console script points here; the script name (sys.argv[0]) identifies which
command was invoked. We print a one-time deprecation notice mapping it to the new gym
command, then re-enter the gym router so the command keeps working (REQ 7).