You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then configure the shell completions for `upctl` by either sourcing `upctl completion bash` output in your bash `.bashrc` or by saving the output of that command in `upctl` file under `/etc/bash_completion.d/`:
103
+
104
+
```bash
105
+
# First alternative
106
+
echo'source <(upctl completion bash)'>>~/.bashrc
93
107
108
+
# Second alternative
94
109
upctl completion bash | sudo tee /etc/bash_completion.d/upctl > /dev/null
0 commit comments