Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PowerShell completion generation #300

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 30, 2023

  1. Add PowerShell completion generation

    I'm not an expert in PowerShell or CLI's, but this developments may help someone else complete it
    Should be called like (on Windows):
    `script completions PowerShell > $HOME\Documents\PowerShell\Profile.ps1`
    or (on Linux or macOS):
    `script completions PowerShell > ~/.config/powershell/profile.ps1`
    If I understand correctly, where PowerShell saves its configurations
    ZettZet committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    4b49294 View commit details
    Browse the repository at this point in the history
  2. Fix line length

    ZettZet committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    bd313b4 View commit details
    Browse the repository at this point in the history
  3. Add documentation

    ZettZet committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    d2a179e View commit details
    Browse the repository at this point in the history