diff --git a/completion/available/truffle.completion.bash b/completion/available/truffle.completion.bash index 3d578168..c1badad9 100644 --- a/completion/available/truffle.completion.bash +++ b/completion/available/truffle.completion.bash @@ -50,7 +50,7 @@ __truffle_completion() { test) COMPREPLY=(--{compile-all{,-debug},network,verbose-rpc,show-events,debug{,-global},bail,stacktrace{,-extra}}) ;; - truffle) + *) COMPREPLY=(build compile config console create dashboard browser db debug deploy develop exec help init install migrate networks obtain opcode preserve publish run test unbox version watch) ;; esac