Generate shell completion scripts.
```bash
rscalendar complete <SHELL>
```
- ----
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
```