fix (completions): fallback case in truffle

pull/2107/head
Gurkirat Singh 2022-03-08 23:26:37 +05:30
parent 1a77b32c90
commit b4d6eea031
No known key found for this signature in database
GPG Key ID: 5D829219EF259AA5
1 changed files with 1 additions and 1 deletions

View File

@ -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