withfig/autocomplete

bug: missing "-reconfigure" flag for "terraform init"

sagilaufer1992 opened this issue · 2 comments

Checks

  • I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • I have run fig doctor in the affected terminal session
  • I have run fig restart and replicated the issue again

Operating system

macOS 13.3.1 (22E261)

Expected behaviour

autocomplete for "terraform init" should include the flag "-reconfigure"

Actual behaviour

it doesn't

Steps to reproduce

type "terraform init -" and see available flags. the "-reconfigure" is missing

Environment

No response

also true for terraform init -migrate-state

I am transferring this the the autocomplete repo. Would love if someone could contribute a fix. Just add the correct options to the src/terraform.ts file.