From b4d6eea03190a6457d96f7b1dc9b1cbc965d97ef Mon Sep 17 00:00:00 2001 From: Gurkirat Singh Date: Tue, 8 Mar 2022 23:26:37 +0530 Subject: [PATCH] fix (completions): fallback case in truffle --- completion/available/truffle.completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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