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

Remove duplicated fish flag from README #80

Merged
merged 1 commit into from
Oct 24, 2023

Commits on Oct 24, 2023

  1. Remove duplicated fish flag from README

    To match usage in CLI help:
    
    > scmpuff init --help
    
    Outputs the shell initialization script for scmpuff.
    
    Initialize scmpuff by adding the following to your ~/.bash_profile or ~/.zshrc:
    
        eval "$(scmpuff init --shell=sh)"
    
    For fish shell, add the following to ~/.config/fish/config.fish instead:
    
        scmpuff init --shell=fish | source
    
    There are a number of flags to customize the shell integration.
    
    Usage:
      scmpuff init [flags]
    
    Flags:
      -a, --aliases                 Include short git aliases (default true)
      -h, --help                    help for init
      -s, --shell string[="fish"]   Output shell type: sh | bash | zsh | fish
      -w, --wrap                    Wrap standard git commands (default true)
    howardburgess committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    25add70 View commit details
    Browse the repository at this point in the history