vidra-cli

command module
v0.0.0-...-8408f63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

README

install from local source code

go build -o vidra-cli .

mv vidra-cli "$(go env GOPATH)/bin/"

vidra-cli --help

Generate ZSH completion script for Vidra CLI

vidra-cli completion zsh > _vidra

mkdir -p ~/.zsh/completions
mv _vidra ~/.zsh/completions/

fpath+=~/.zsh/completions
autoload -Uz compinit
compinit

source ~/.zshrc

Test Vidra CLI

go test -coverprofile=coverage.out ./internal/...

go tool cover -html=coverage.out

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL