Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ouser4629/CmdArgLib_Completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CmdArgLib_Completion

This repositiory provides an example of an executable program built using cmd-arg-lib. The purpose of the example is to show show to generate fish and zsh completion scripts.

Installation

Download and install cal-arg-lib-package-manager.

Make a directory, say Temp, cd to it, and install the programs

> mkdir Temp && cd Temp
> git clone https://github.com/ouser4629/CmdArgLib_Completion.git
> cd CmdArgLib_Completion
CmdArgLib_Completion> swift build -c release
CmdArgLib_Completion> calpm install -s fish -s zsh
cf-print
    installed "cf-print" in /Users/po/.local/bin
    installed "cf-print.fish" in /Users/po/.config/fish/completions
    installed "_cf-print" in /Users/po/.config/zsh/completions
cd ../..
rm -rf Temp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages