rscalendar 0.1.2

Manage your Google Calendar
# complete

Generate shell completion scripts.

## Usage

```bash
rscalendar complete <SHELL>
```

## Supported Shells

- `bash`
- `zsh`
- `fish`
- `elvish`
- `powershell`

## Examples

Generate and install bash completions:

```bash
rscalendar complete bash > ~/.local/share/bash-completion/completions/rscalendar
```

Generate and install zsh completions:

```bash
rscalendar complete zsh > ~/.zfunc/_rscalendar
```