nerd
nerd copied to clipboard
Running a non existing command with flags shows flag error instead of unknown command
Expected Behavior
nerd job create --memory 0.2 --vcpu 0.5 alpine sleep 100000 command 'create' does not exist
Actual Behavior
failed to parse flags(s): unknown flag `memory'
Isn't it a duplicate of #154?