withfig/autocomplete

bug: Commands associated with gl cli update not appearing.

KevDog opened this issue · 3 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 14.0.0 (23A5301h)

Expected behaviour

When entering gh proj, I would expect to see project.

Actual behaviour

Nothing. Though if I escape out of Fig and tab complete, the command is there for native autocompletion.

Steps to reproduce

No response

Environment

fig-details:
  - 2.16.0
hardware-info:
  - model: 
  - model-id: 
  - chip-id: Apple M1 Max
  - cores: 10
  - mem: 64.00 GB
os-info:
  - macOS 14.0.0 (23A5301h)
environment:
  - shell: /Applications/Fig.app/Contents/MacOS/fig_desktop
  - terminal: <unknown>
  - cwd: /
  - exe-path: /Applications/Fig.app/Contents/MacOS/fig-darwin-universal
  - install-method: unknown
  - env-vars:
    - PATH: /usr/bin:/bin:/usr/sbin:/sbin
    - SHELL: /bin/zsh
fig-details:
  - 2.16.0
hardware-info:
  - model:
  - model-id:
  - chip-id: Apple M1 Max
  - cores: 10
  - mem: 64.00 GB
os-info:
  - macOS 14.0.0 (23A5301h)
environment:
  - shell: /bin/zsh
  - terminal: iterm
  - cwd: /Users/kevdog/code
  - exe-path: /opt/homebrew/bin/fig
  - install-method: brew
  - env-vars:
    - FIGTERM_SESSION_ID: 466f2640-ec56-4b99-8c7e-f284112e2f03
    - FIG_SET_PARENT_CHECK: 1
    - FIG_TERM: 2.16.0
    - PATH: /Users/kevdog/Library/pnpm:/Users/kevdog/.rbenv/shims:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Postgres.app/Contents/Versions/latest/bin:/Users/kevdog/.fig/bin:/Users/kevdog/.local/bin
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - __CFBundleIdentifier: com.googlecode.iterm2
    - FIG_PID: 26053
    - FIG_SET_PARENT: 466f2640-ec56-4b99-8c7e-f284112e2f03
    ```

Seems like an issue with the autocomplete spec. These are open source. Happy to accept a contribution and should be pretty easy to add. https://github.com/withfig/autocomplete

Hello, I would like to give this a try. Can you assignee issue to me ?

Someone added autocomplete for this, closing.